| Index: chrome/browser/automation/testing_automation_provider.cc
|
| diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc
|
| index 4f6d15124671aac6ce27e4e3eeb2728d85463475..c05430d211727bd9a4c1996d5a9af60a1379b9e6 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -4709,7 +4709,7 @@ void TestingAutomationProvider::SetExtensionStateById(
|
| AutomationJSONReply(this, reply_message).SendSuccess(NULL);
|
| }
|
| } else {
|
| - service->DisableExtension(extension->id());
|
| + service->DisableExtension(extension->id(), Extension::DISABLE_USER_ACTION);
|
| AutomationJSONReply(this, reply_message).SendSuccess(NULL);
|
| }
|
|
|
|
|