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

Unified Diff: chrome/common/automation_messages_internal.h

Issue 10534163: First pass at refactoring pyautolib in preparation for removing proxy dependencies. (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
Index: chrome/common/automation_messages_internal.h
diff --git a/chrome/common/automation_messages_internal.h b/chrome/common/automation_messages_internal.h
index a3924009212b9ab6d06de6a6c1255bd7a185eb8d..a73335f3ed8ed0e58f32934d37935c5fe1fd43b7 100644
--- a/chrome/common/automation_messages_internal.h
+++ b/chrome/common/automation_messages_internal.h
@@ -950,6 +950,14 @@ IPC_SYNC_MESSAGE_CONTROL0_2(AutomationMsg_GetTracingOutput,
IPC_SYNC_MESSAGE_CONTROL0_1(AutomationMsg_GetMachPortCount,
int /* number of Mach ports */)
+// Generic pyauto pattern to help avoid future addition of
+// automation messages.
+IPC_SYNC_MESSAGE_CONTROL2_2(AutomationMsg_SendJSONRequestWithIndex,
+ int /* window_index */,
+ std::string /* JSON request */,
+ std::string /* JSON response */,
+ bool /* success */)
+
// Browser -> renderer messages.
// Requests a snapshot.

Powered by Google App Engine
This is Rietveld 408576698