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

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

Issue 3014001: ChromeFrame tabs would hang at times while closing. This would randomly occur... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 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/external_tab_container_win.cc ('k') | chrome_frame/chrome_frame_activex_base.h » ('j') | 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 52332)
+++ chrome/test/automation/automation_messages_internal.h (working copy)
@@ -1404,4 +1404,15 @@
// None expected
IPC_MESSAGE_ROUTED1(AutomationMsg_CloseExternalTab, int)
+ // This message requests that the external tab identified by the tab handle
+ // runs unload handlers if any on the current page.
+ // Request:
+ // -int: Tab handle
+ // -gfx::NativeWindow: notification window
+ // -int: notification message.
+ // Response:
+ // None expected
+ IPC_MESSAGE_ROUTED3(AutomationMsg_RunUnloadHandlers, int, gfx::NativeWindow,
+ int)
+
IPC_END_MESSAGES(Automation)
« no previous file with comments | « chrome/browser/external_tab_container_win.cc ('k') | chrome_frame/chrome_frame_activex_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698