Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4378)

Unified Diff: chrome/common/extensions/api/file_browser_private.idl

Issue 437593006: Video Player: Install the cast API extension if it is not installed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix test Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « chrome/browser/chromeos/file_manager/app_installer.cc ('k') | ui/file_manager/file_manager/background/js/test_util.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698