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

Unified Diff: chrome/test/automation/automation_messages_internal.h

Issue 200003: Chrome side of the fix for http://b/issue?id=1694574, which is a bug caused w... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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/tab_contents/navigation_controller.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/automation_messages_internal.h
===================================================================
--- chrome/test/automation/automation_messages_internal.h (revision 25555)
+++ chrome/test/automation/automation_messages_internal.h (working copy)
@@ -1001,13 +1001,6 @@
IPC_SYNC_MESSAGE_ROUTED0_1(AutomationMsg_GetFilteredInetHitCount,
int /* hit_count */)
- IPC_MESSAGE_ROUTED5(AutomationMsg_AttachExternalTab,
- int /* tab_handle */,
- int /* existing_tab_handle */,
- gfx::NativeWindow /* Tab container window */,
- gfx::NativeWindow /* Tab window */,
- int /* disposition */)
-
#if defined(OS_LINUX) || defined(OS_MACOSX)
// See previous definition of this message for explanation of why it is
// defined twice.
@@ -1073,4 +1066,16 @@
IPC_MESSAGE_ROUTED1(AutomationMsg_RecordHistograms,
std::vector<std::string> /* histogram_list */)
+ IPC_MESSAGE_ROUTED3(AutomationMsg_AttachExternalTab,
+ int /* tab_handle */,
+ intptr_t /* cookie */,
+ int /* disposition */)
+
+ // Sent when the automation client connects to an existing tab.
+ IPC_SYNC_MESSAGE_ROUTED1_3(AutomationMsg_ConnectExternalTab,
+ intptr_t /* cookie */,
+ gfx::NativeWindow /* Tab container window */,
+ gfx::NativeWindow /* Tab window */,
+ int /* Handle to the new tab */)
+
IPC_END_MESSAGES(Automation)
« no previous file with comments | « chrome/browser/tab_contents/navigation_controller.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698