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

Unified Diff: chrome/browser/sync/test/integration/sync_app_list_helper.cc

Issue 1419823011: app_sorting() calls should go via ExtensionSystem intsead of prefs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/sync/test/integration/sync_app_list_helper.cc
diff --git a/chrome/browser/sync/test/integration/sync_app_list_helper.cc b/chrome/browser/sync/test/integration/sync_app_list_helper.cc
index 94e7b5997b5ecd6e900d53b008a8c703a3a61576..e0465487b1beb26041c0622c3225bc9099a05ab3 100644
--- a/chrome/browser/sync/test/integration/sync_app_list_helper.cc
+++ b/chrome/browser/sync/test/integration/sync_app_list_helper.cc
@@ -173,7 +173,7 @@ void SyncAppListHelper::PrintItem(Profile* profile,
AppListItem* item,
const std::string& label) {
extensions::AppSorting* s =
- extensions::ExtensionPrefs::Get(profile)->app_sorting();
+ extensions::ExtensionSystem::Get(profile)->app_sorting();
std::string id = item->id();
if (item->GetItemType() == AppListFolderItem::kItemType) {
DVLOG(1) << label << item->ToDebugString();

Powered by Google App Engine
This is Rietveld 408576698