| 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 64625e203161c6b8bd0f566a36f3b66632441a57..843be922f474cba86560f56136bc6386cc8c69e3 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -4662,7 +4662,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);
|
| }
|
|
|
|
|