| 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 9983c6bdc3a19a94dad7d10fe451e3f5d762f9b4..286a4c8042ab83a77bf28653f9d9bd941fb79e3e 100644
|
| --- a/chrome/browser/ui/app_list/app_list_syncable_service.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_syncable_service.cc
|
| @@ -99,7 +99,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::kUninstallReasonSynch, NULL);
|
| }
|
|
|
| bool GetAppListItemType(AppListItem* item,
|
|
|