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

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: Used named arguments and deleted unused test files, as suggested by Nirnimesh. 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
« no previous file with comments | « chrome/browser/automation/testing_automation_provider.cc ('k') | chrome/test/automation/tab_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/automation_messages_internal.h
diff --git a/chrome/common/automation_messages_internal.h b/chrome/common/automation_messages_internal.h
index a42f9f2a603d25b80008ed22f2a5cbf817a36299..81c963c58a564972f8eb984df5d2928074be6945 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)
« no previous file with comments | « chrome/browser/automation/testing_automation_provider.cc ('k') | chrome/test/automation/tab_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698