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

Unified Diff: chrome/common/automation_messages_internal.h

Issue 10830193: Remove SWIGged use of BrowserProxy and TabProxy from PyAuto tests. (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/common/automation_messages_internal.h
diff --git a/chrome/common/automation_messages_internal.h b/chrome/common/automation_messages_internal.h
index dbf09256f98eb42229c88835c7bbb480cbea4d9d..c7880ca01f9fd6b80f29f09f500c6f8999638dd1 100644
--- a/chrome/common/automation_messages_internal.h
+++ b/chrome/common/automation_messages_internal.h
@@ -393,7 +393,7 @@ IPC_MESSAGE_ROUTED3(AutomationMsg_OpenURL,
// - int: handle of the tab
// Response:
// - bool: whether the operation was successful.
-IPC_SYNC_MESSAGE_CONTROL1_1(AutomationMsg_WaitForTabToBeRestored,
+IPC_SYNC_MESSAGE_CONTROL1_1(AutomationMsg_DEPRECATED_WaitForTabToBeRestored,
int, bool)
// This message is an outgoing message from Chrome to an external host.
@@ -416,7 +416,7 @@ IPC_MESSAGE_ROUTED1(AutomationMsg_DidNavigate,
// no ssl was used).
// - int: the insecure content state, 0 means no insecure contents.
-IPC_SYNC_MESSAGE_CONTROL1_4(AutomationMsg_GetSecurityState,
+IPC_SYNC_MESSAGE_CONTROL1_4(AutomationMsg_DEPRECATED_GetSecurityState,
int,
bool,
content::SecurityStyle,
@@ -430,7 +430,7 @@ IPC_SYNC_MESSAGE_CONTROL1_4(AutomationMsg_GetSecurityState,
// Response:
// - bool: whether the operation was successful.
// - PageType: the type of the page currently displayed.
-IPC_SYNC_MESSAGE_CONTROL1_2(AutomationMsg_GetPageType,
+IPC_SYNC_MESSAGE_CONTROL1_2(AutomationMsg_DEPRECATED_GetPageType,
int,
bool,
content::PageType)
@@ -443,7 +443,7 @@ IPC_SYNC_MESSAGE_CONTROL1_2(AutomationMsg_GetPageType,
// - bool: whether to proceed or abort the navigation
// Response:
// - AutomationMsg_NavigationResponseValues: result of the operation.
-IPC_SYNC_MESSAGE_CONTROL2_1(AutomationMsg_ActionOnSSLBlockingPage,
+IPC_SYNC_MESSAGE_CONTROL2_1(AutomationMsg_DEPRECATED_ActionOnSSLBlockingPage,
int,
bool,
AutomationMsg_NavigationResponseValues)

Powered by Google App Engine
This is Rietveld 408576698