| Index: chrome/common/extensions/api/file_browser_private.idl
|
| diff --git a/chrome/common/extensions/api/file_browser_private.idl b/chrome/common/extensions/api/file_browser_private.idl
|
| index 63bdf60c624590fe801e70b3ff06b3a20bd92031..5efd19a0ac36f09309a49dc99d86d6766e0ea809 100644
|
| --- a/chrome/common/extensions/api/file_browser_private.idl
|
| +++ b/chrome/common/extensions/api/file_browser_private.idl
|
| @@ -785,8 +785,10 @@ interface Functions {
|
|
|
| // Requests to install a webstore item.
|
| // |item_id| The id of the item to install.
|
| + // |silentInstallation| False to show installation prompt. True not to show.
|
| // |callback|
|
| - static void installWebstoreItem(DOMString item_id,
|
| + static void installWebstoreItem(DOMString itemId,
|
| + boolean silentInstallation,
|
| SimpleCallback callback);
|
|
|
| // Obtains a list of profiles that are logged-in.
|
|
|