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

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

Issue 10917042: Revert 154453 - Remove the translate pyauto test to chrome tests and all the supporting automation … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 154462)
+++ chrome/browser/automation/testing_automation_provider.h (working copy)
@@ -332,6 +332,12 @@
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,
@@ -608,6 +614,18 @@
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