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

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

Issue 10914041: Revert 154464 - Revert 154453 - Remove the translate pyauto test to chrome tests and all the suppor… (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 154465)
+++ 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