| 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 62ffc605683c130a1ddd503738594d8c03545a27..3e9d68038f5ce44ef2b24deecfc08d73cf9be0ba 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_sorting()->
|
| + FixSyncCollisions();
|
| }
|
|
|
| bool AppSyncBundle::HasExtensionId(const std::string& id) const {
|
|
|