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

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: Added TODO comment Created 6 years, 5 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..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.

Powered by Google App Engine
This is Rietveld 408576698