Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(267)

Unified Diff: chrome/browser/automation/testing_automation_provider.h

Issue 12223125: Delete Instant pyauto tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698