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

Unified Diff: extensions/browser/external_provider_interface.h

Issue 974713002: kiosk: Ensure launching latest version. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unittest compile Created 5 years, 10 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
« no previous file with comments | « chrome/browser/extensions/external_provider_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/external_provider_interface.h
diff --git a/extensions/browser/external_provider_interface.h b/extensions/browser/external_provider_interface.h
index d14fc7c8ffd2e9f40456fd6b4d85571fe58ea71a..801f4ede5640de99259898da3c2b0e22cbb9e336 100644
--- a/extensions/browser/external_provider_interface.h
+++ b/extensions/browser/external_provider_interface.h
@@ -40,7 +40,8 @@ class ExternalProviderInterface {
const base::FilePath& path,
Manifest::Location location,
int creation_flags,
- bool mark_acknowledged) = 0;
+ bool mark_acknowledged,
+ bool install_immediately) = 0;
// Return true if the extension install will proceed. Install might not
// proceed if the extension is already installed from a higher priority
« no previous file with comments | « chrome/browser/extensions/external_provider_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698