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 6cac9523e8885daf87526f7c203f6fcc7ce968c2..61afff5119e3142b88fd4e5e7cdfdd546abd8d3c 100644 |
--- a/chrome/browser/automation/testing_automation_provider.h |
+++ b/chrome/browser/automation/testing_automation_provider.h |
@@ -451,12 +451,6 @@ class TestingAutomationProvider : public AutomationProvider, |
base::DictionaryValue* args, |
IPC::Message* reply_message); |
- // Generate dictionary info about instant tab. |
- // Uses the JSON interface for input/output. |
- void GetInstantInfo(Browser* browser, |
- base::DictionaryValue* args, |
- IPC::Message* reply_message); |
- |
// Save the contents of a tab into a file. |
// Uses the JSON interface for input/output. |
void SaveTabContents(Browser* browser, |
@@ -540,11 +534,6 @@ class TestingAutomationProvider : public AutomationProvider, |
void OverrideGeoposition(base::DictionaryValue* args, |
IPC::Message* reply_message); |
- // Append a command-line switch. |
- // Uses the JSON interface for input/output. |
- void AppendSwitchASCIIToCommandLine(base::DictionaryValue* args, |
- IPC::Message* reply_message); |
- |
// Responds to the Find request and returns the match count. |
void FindInPage(Browser* browser, |
base::DictionaryValue* args, |