| Index: chrome/browser/ui/app_list/app_list_syncable_service.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_syncable_service.cc b/chrome/browser/ui/app_list/app_list_syncable_service.cc
|
| index 1f04c25c4d7b70de61ea15f1c7657c4ea7a813c5..4bf3ebdbe4fe3e26939512186753da4767d80fdf 100644
|
| --- a/chrome/browser/ui/app_list/app_list_syncable_service.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_syncable_service.cc
|
| @@ -116,7 +116,8 @@ bool IsUnRemovableDefaultApp(const std::string& id) {
|
|
|
| void UninstallExtension(ExtensionService* service, const std::string& id) {
|
| if (service && service->GetInstalledExtension(id))
|
| - service->UninstallExtension(id, false, NULL);
|
| + service->UninstallExtension(
|
| + id, ExtensionService::UNINSTALL_REASON_SYNC, NULL);
|
| }
|
|
|
| bool GetAppListItemType(AppListItem* item,
|
|
|