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

Unified Diff: extensions/browser/extension_prefs_factory.cc

Issue 1254363004: Move ownership of AppSorting from ExtensionPrefs to ExtensionSystem (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 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: extensions/browser/extension_prefs_factory.cc
diff --git a/extensions/browser/extension_prefs_factory.cc b/extensions/browser/extension_prefs_factory.cc
index 5908000e5c2bb06a3b443c836b4123b75d4c470c..e52d4ea204bb4c14bd453c3076070615aade08e9 100644
--- a/extensions/browser/extension_prefs_factory.cc
+++ b/extensions/browser/extension_prefs_factory.cc
@@ -51,7 +51,6 @@ KeyedService* ExtensionPrefsFactory::BuildServiceInstanceFor(
client->GetPrefServiceForContext(context),
context->GetPath().AppendASCII(extensions::kInstallDirectoryName),
ExtensionPrefValueMapFactory::GetForBrowserContext(context),
Marc Treib 2015/07/29 09:53:32 It'd be nice if we could just pass in the AppSorti
- client->CreateAppSorting(context).Pass(),
client->AreExtensionsDisabled(*base::CommandLine::ForCurrentProcess(),
context),
prefs_observers);

Powered by Google App Engine
This is Rietveld 408576698