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..e6b5a0bc6fda5b8c0e1c14f676dcd62890016bb9 100644 |
--- a/chrome/common/extensions/api/file_browser_private.idl |
+++ b/chrome/common/extensions/api/file_browser_private.idl |
@@ -786,7 +786,8 @@ interface Functions { |
// Requests to install a webstore item. |
// |item_id| The id of the item to install. |
// |callback| |
hirono
2014/08/01 09:58:08
Please add comment for silentInstallation.
yoshiki
2014/08/01 11:46:41
Done.
|
- static void installWebstoreItem(DOMString item_id, |
+ static void installWebstoreItem(DOMString itemId, |
+ boolean silentInstallation, |
SimpleCallback callback); |
// Obtains a list of profiles that are logged-in. |