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

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

Issue 1251323003: Cleanup: give ChromeAppSorting a BrowserContext (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: chrome/browser/extensions/test_extension_system.cc
diff --git a/chrome/browser/extensions/test_extension_system.cc b/chrome/browser/extensions/test_extension_system.cc
index 4ba5e9561635f2e8a7333909eaa12e2e6a8d4b5d..520a3a18641494ed7f50175ccacac13fefb5837a 100644
--- a/chrome/browser/extensions/test_extension_system.cc
+++ b/chrome/browser/extensions/test_extension_system.cc
@@ -58,7 +58,7 @@ scoped_ptr<ExtensionPrefs> TestExtensionSystem::CreateExtensionPrefs(
return make_scoped_ptr(ExtensionPrefs::Create(
profile_->GetPrefs(), install_directory,
ExtensionPrefValueMapFactory::GetForBrowserContext(profile_),
- ExtensionsBrowserClient::Get()->CreateAppSorting().Pass(),
+ ExtensionsBrowserClient::Get()->CreateAppSorting(nullptr).Pass(),
not at google - send to devlin 2015/07/23 15:35:11 use profile_ here not nullptr?
Marc Treib 2015/07/24 11:38:34 D'oh. Done.
extensions_disabled, std::vector<ExtensionPrefsObserver*>()));
}

Powered by Google App Engine
This is Rietveld 408576698