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

Unified Diff: chrome/browser/extensions/extension_service.cc

Issue 8477005: Add policies to specify an enterprise web store. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add tests for ComponentLoader. Created 9 years, 1 month 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.cc
diff --git a/chrome/browser/extensions/extension_service.cc b/chrome/browser/extensions/extension_service.cc
index b2d09b611ec6345c36923ce153e8280dfaf91934..7ebf6b4af616959c92d53beaab174a7fb9a47f46 100644
--- a/chrome/browser/extensions/extension_service.cc
+++ b/chrome/browser/extensions/extension_service.cc
@@ -409,7 +409,8 @@ ExtensionService::ExtensionService(Profile* profile,
update_frequency));
}
- component_loader_.reset(new extensions::ComponentLoader(this));
+ component_loader_.reset(
+ new extensions::ComponentLoader(this, profile->GetPrefs()));
app_notification_manager_->Init();

Powered by Google App Engine
This is Rietveld 408576698