| Index: chrome/browser/automation/testing_automation_provider.h
|
| diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h
|
| index 331f36d437b7fbe59d61a153a3bc85a522080601..66880fdc2818ad4184ccdd6b261ca461fabdf553 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.h
|
| +++ b/chrome/browser/automation/testing_automation_provider.h
|
| @@ -1364,9 +1364,6 @@ class TestingAutomationProvider : public AutomationProvider,
|
| void ProcessWebMouseEvent(base::DictionaryValue* args,
|
| IPC::Message* message);
|
|
|
| - // Method used as a Task that sends a success AutomationJSONReply.
|
| - void SendSuccessReply(IPC::Message* reply_message);
|
| -
|
| // Gets the active JavaScript modal dialog's message.
|
| // Example:
|
| // input: none
|
|
|