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

Unified Diff: chrome/browser/extensions/extension_service.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
Index: chrome/browser/extensions/extension_service.h
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
index cc5f7aef4354cf1620ffcb397d0205daac287d32..04d0f4ed8b40b12a2a453cfebc1f5a26fafbb82f 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -232,7 +232,8 @@ class ExtensionService
const base::FilePath& path,
extensions::Manifest::Location location,
int creation_flags,
- bool mark_acknowledged) override;
+ bool mark_acknowledged,
+ bool install_immediately) override;
bool OnExternalExtensionUpdateUrlFound(
const std::string& id,
const std::string& install_parameter,

Powered by Google App Engine
This is Rietveld 408576698