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

Unified Diff: chrome_frame/chrome_frame_automation.cc

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
Index: chrome_frame/chrome_frame_automation.cc
===================================================================
--- chrome_frame/chrome_frame_automation.cc (revision 52332)
+++ chrome_frame/chrome_frame_automation.cc (working copy)
@@ -1233,6 +1233,13 @@
new AutomationMsg_RemoveBrowsingData(0, remove_mask));
}
+void ChromeFrameAutomationClient::RunUnloadHandlers(HWND notification_window,
+ int notification_message) {
+ automation_server_->Send(
+ new AutomationMsg_RunUnloadHandlers(0, tab_handle_, notification_window,
+ notification_message));
+}
+
//////////////////////////////////////////////////////////////////////////
// PluginUrlRequestDelegate implementation.
// Forward network related responses to Chrome.
« no previous file with comments | « chrome_frame/chrome_frame_automation.h ('k') | chrome_frame/test/data/fulltab_before_unload_event_main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698