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

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

Issue 83023010: Remove ExtensionPrefs's dependency on ChromeAppSorting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: change a LOG(INFO) that i know nothing about to a VLOG(1) Created 7 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/test_extension_prefs.cc
diff --git a/chrome/browser/extensions/test_extension_prefs.cc b/chrome/browser/extensions/test_extension_prefs.cc
index 62eba69890f0e3284af6f13c969fe8d37cc49f87..4f3b268ea7cf997e2f4ae518525946add89df7b5 100644
--- a/chrome/browser/extensions/test_extension_prefs.cc
+++ b/chrome/browser/extensions/test_extension_prefs.cc
@@ -23,6 +23,7 @@
#include "chrome/browser/prefs/pref_service_syncable.h"
#include "components/user_prefs/pref_registry_syncable.h"
#include "content/public/browser/browser_thread.h"
+#include "extensions/browser/extensions_browser_client.h"
#include "extensions/common/extension.h"
#include "extensions/common/manifest_constants.h"
#include "sync/api/string_ordinal.h"
@@ -113,6 +114,7 @@ void TestExtensionPrefs::RecreateExtensionPrefs() {
pref_service_.get(),
temp_dir_.path(),
extension_pref_value_map_.get(),
+ ExtensionsBrowserClient::Get()->CreateAppSorting().Pass(),
extensions_disabled_,
// Guarantee that no two extensions get the same installation time
// stamp and we can reliably assert the installation order in the tests.
« no previous file with comments | « chrome/browser/extensions/extension_prefs_factory.cc ('k') | chrome/browser/extensions/test_extension_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698