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

Unified Diff: extensions/browser/pending_extension_manager.h

Issue 196663003: Introduce an extension parameter which is used to customize the extension. It's available for exter… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed @finnur comments Created 6 years, 9 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: extensions/browser/pending_extension_manager.h
diff --git a/extensions/browser/pending_extension_manager.h b/extensions/browser/pending_extension_manager.h
index beedc059e9089cca8558c44ea7c552478ad903d4..c3e180f31be2e2b3d240bd9e578a78261a4f8bea 100644
--- a/extensions/browser/pending_extension_manager.h
+++ b/extensions/browser/pending_extension_manager.h
@@ -90,6 +90,7 @@ class PendingExtensionManager {
// Given an extension id and an update URL, schedule the extension
// to be fetched, installed, and activated.
bool AddFromExternalUpdateUrl(const std::string& id,
+ const std::string& install_parameter,
const GURL& update_url,
Manifest::Location location,
int creation_flags,
@@ -118,6 +119,7 @@ class PendingExtensionManager {
// Return true if the extension was added.
bool AddExtensionImpl(
const std::string& id,
+ const std::string& install_parameter,
const GURL& update_url,
const base::Version& version,
PendingExtensionInfo::ShouldAllowInstallPredicate should_allow_install,

Powered by Google App Engine
This is Rietveld 408576698