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

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

Issue 7629019: Revert 96556 - Let pyauto create an attached webdriver instance to manipulate web pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
« 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 96579)
+++ chrome/browser/automation/testing_automation_provider.h (working copy)
@@ -1150,14 +1150,6 @@
void UpdateExtensionsNow(base::DictionaryValue* args,
IPC::Message* reply_message);
- // Creates a new |TestingAutomationProvider| that opens a server channel
- // for the given |channel_id|.
- // The server channel will be available for connection when this returns.
- // Example:
- // input: { "channel_id": "testChannel123" }
- void CreateNewAutomationProvider(base::DictionaryValue* args,
- IPC::Message* reply_message);
-
#if defined(OS_CHROMEOS)
// Login.
void GetLoginInfo(base::DictionaryValue* args, IPC::Message* reply_message);
« 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