[Android] Implement 3-way sensor fallback for Device Orientation.
[chromium-blink-merge.git] / ui / file_manager / externs / chrome_webstore_widget_private.js
blob2c18e74ce5eef2015945386541e9e144a4a6b233
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 /** @const */
6 chrome.webstoreWidgetPrivate = {};
8 /**
9  * Installs the app with ID {@code itemId}.
10  * @param {string} itemId
11  * @param {boolean} silentInstall
12  * @param {function()} callback
13  */
14 chrome.webstoreWidgetPrivate.installWebstoreItem = function(
15     itemId, silentInstall, callback) {