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

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

Issue 10703040: Revert 144610 (speculative; possibly caused http://crbug.com/135059) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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
===================================================================
--- chrome/browser/automation/testing_automation_provider.h (revision 144867)
+++ chrome/browser/automation/testing_automation_provider.h (working copy)
@@ -246,13 +246,7 @@
// Generic pattern for pyautolib
// Uses the JSON interface for input/output.
- void SendJSONRequestWithBrowserHandle(int handle,
- const std::string& json_request,
- IPC::Message* reply_message);
- void SendJSONRequestWithBrowserIndex(int index,
- const std::string& json_request,
- IPC::Message* reply_message);
- void SendJSONRequest(Browser* browser,
+ void SendJSONRequest(int handle,
const std::string& json_request,
IPC::Message* reply_message);
@@ -268,13 +262,6 @@
base::DictionaryValue*,
IPC::Message*);
- // JSON interface helper functions.
- static scoped_ptr<DictionaryValue> ParseJSONRequestCommand(
- const std::string& json_request,
- std::string* command,
- std::string* error);
- void BuildJSONHandlerMaps();
-
// Set window dimensions.
// Uses the JSON interface for input/output.
void SetWindowDimensions(Browser* browser,
@@ -1568,9 +1555,6 @@
PowerManagerClientObserverForTesting* power_manager_observer_;
#endif // defined(OS_CHROMEOS)
- std::map<std::string, JsonHandler> handler_map_;
- std::map<std::string, BrowserJsonHandler> browser_handler_map_;
-
// Used to wait on various browser sync events.
scoped_ptr<ProfileSyncServiceHarness> sync_waiter_;
« 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