| 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 efef7a4460450a1c72b79a2dc5a1bf70e1575ad7..103dee0cc9aaf1c20f190c982e4953720ee9aabb 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.h
|
| +++ b/chrome/browser/automation/testing_automation_provider.h
|
| @@ -1360,9 +1360,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
|
|
|