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

Unified Diff: chrome/browser/chromeos/file_manager/app_installer.h

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/browser/chromeos/file_manager/app_installer.h
diff --git a/chrome/browser/chromeos/file_manager/app_installer.h b/chrome/browser/chromeos/file_manager/app_installer.h
index bc16def2dd70030f2549e2b8276d73379415265b..2a58717178b3e99bc45c9cb2422d452738b113f8 100644
--- a/chrome/browser/chromeos/file_manager/app_installer.h
+++ b/chrome/browser/chromeos/file_manager/app_installer.h
@@ -23,6 +23,7 @@ class AppInstaller : public extensions::WebstoreStandaloneInstaller {
AppInstaller(content::WebContents* web_contents,
const std::string& item_id,
Profile* profile,
+ bool silent,
hashimoto 2014/08/01 10:40:31 nit: silent_installation
yoshiki 2014/08/01 11:46:41 Done.
const Callback& callback);
protected:
@@ -50,6 +51,7 @@ class AppInstaller : public extensions::WebstoreStandaloneInstaller {
private:
class WebContentsObserver;
+ bool silent_installation_;
Callback callback_;
content::WebContents* web_contents_;
scoped_ptr<WebContentsObserver> web_contents_observer_;

Powered by Google App Engine
This is Rietveld 408576698