| 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 d0d5961a951730d60c8fa5ac371fc3e35fc21b1f..570cfda70b2d81ea041a46cad54e5ebd827d735b 100644
|
| --- a/chrome/browser/ui/app_list/app_list_syncable_service.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_syncable_service.cc
|
| @@ -100,7 +100,8 @@ bool AppIsDefault(ExtensionService* service, 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,
|
|
|