| Index: trunk/src/chrome/browser/search/hotword_service.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/search/hotword_service.cc (revision 281226)
|
| +++ trunk/src/chrome/browser/search/hotword_service.cc (working copy)
|
| @@ -360,9 +360,7 @@
|
| ExtensionService* extension_service) {
|
| base::string16 error;
|
| if (!extension_service->UninstallExtension(
|
| - extension_misc::kHotwordExtensionId,
|
| - ExtensionService::UNINSTALL_REASON_INTERNAL_MANAGEMENT,
|
| - &error)) {
|
| + extension_misc::kHotwordExtensionId, true, &error)) {
|
| LOG(WARNING) << "Cannot uninstall extension with id "
|
| << extension_misc::kHotwordExtensionId
|
| << ": " << error;
|
|
|