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

Unified Diff: trunk/src/content/public/browser/web_contents.h

Issue 14362028: Speculative Revert 195108 "Changes to closing contents with beforeunload/unl..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 8 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 | « trunk/src/content/browser/web_contents/web_contents_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/content/public/browser/web_contents.h
===================================================================
--- trunk/src/content/public/browser/web_contents.h (revision 195133)
+++ trunk/src/content/public/browser/web_contents.h (working copy)
@@ -343,18 +343,6 @@
// times, subsequent calls are ignored.
virtual void OnCloseStarted() = 0;
- // Notification that tab closing was cancelled. This can happen when a user
- // cancels a window close via another tab's beforeunload dialog.
- virtual void OnCloseCanceled() = 0;
-
- // Set the time during close when unload is started. Normally, this is set
- // after the beforeunload dialog. However, for a window close, it is set
- // after all the beforeunload dialogs have finished.
- virtual void OnUnloadStarted() = 0;
-
- // Set the time during close when the tab is no longer visible.
- virtual void OnUnloadDetachedStarted() = 0;
-
// A render view-originated drag has ended. Informs the render view host and
// WebContentsDelegate.
virtual void SystemDragEnded() = 0;
« no previous file with comments | « trunk/src/content/browser/web_contents/web_contents_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698