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

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

Issue 10922002: Remove the translate pyauto test to chrome tests and all the supporting automation hooks. I've adde… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: take out data files so patch applies, will remove separately Created 8 years, 4 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
Index: chrome/browser/automation/testing_automation_provider.h
===================================================================
--- chrome/browser/automation/testing_automation_provider.h (revision 154299)
+++ chrome/browser/automation/testing_automation_provider.h (working copy)
@@ -332,12 +332,6 @@
base::DictionaryValue* args,
IPC::Message* reply_message);
- // Add an item to the history service.
- // Uses the JSON interface for input/output.
- void AddHistoryItem(Browser* browser,
- base::DictionaryValue* args,
- IPC::Message* reply_message);
-
// Invoke loading of template url model.
// Uses the JSON interface for input/output.
void LoadSearchEngineInfo(Browser* browser,
@@ -614,18 +608,6 @@
void IsFindInPageVisible(base::DictionaryValue* args,
IPC::Message* reply_message);
- // Returns information about translation for a given tab. Includes
- // information about the translate bar if it is showing.
- void GetTranslateInfo(Browser* browser,
- base::DictionaryValue* args,
- IPC::Message* reply_message);
-
- // Takes the specified action on the translate bar.
- // Uses the JSON interface for input/output.
- void SelectTranslateOption(Browser* browser,
- base::DictionaryValue* args,
- IPC::Message* reply_message);
-
// Signs in to sync using the given username and password.
// Uses the JSON interface for input/output.
void SignInToSync(Browser* browser,
« no previous file with comments | « chrome/browser/automation/automation_provider_observers.cc ('k') | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698