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.
6 chrome.webstoreWidgetPrivate = {};
9 * Installs the app with ID {@code itemId}.
10 * @param {string} itemId
11 * @param {boolean} silentInstall
12 * @param {function()} callback
14 chrome.webstoreWidgetPrivate.installWebstoreItem = function(
15 itemId, silentInstall, callback) {