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

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

Issue 17038002: Separate the NTP app ordering from the app list app ordering (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add sync test Created 7 years, 6 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/app_sync_bundle.cc
diff --git a/chrome/browser/extensions/app_sync_bundle.cc b/chrome/browser/extensions/app_sync_bundle.cc
index e5cc6a105e02917738b28c97262992eaa5dbc96f..d6c0cc7ae190bfeb25d11e8e08d26ccb174d9133 100644
--- a/chrome/browser/extensions/app_sync_bundle.cc
+++ b/chrome/browser/extensions/app_sync_bundle.cc
@@ -104,6 +104,8 @@ void AppSyncBundle::ProcessSyncChangeList(
sync_processor_->ProcessSyncChanges(FROM_HERE, sync_change_list);
extension_service_->extension_prefs()->extension_sorting()->
FixNTPOrdinalCollisions();
+ extension_service_->extension_prefs()->app_list_extension_ordering()->
+ FixSyncCollisions();
}
bool AppSyncBundle::HasExtensionId(const std::string& id) const {
« no previous file with comments | « no previous file | chrome/browser/extensions/app_sync_data.h » ('j') | chrome/browser/extensions/extension_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698