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

Unified Diff: trunk/src/content/browser/web_contents/web_contents_impl.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
Index: trunk/src/content/browser/web_contents/web_contents_impl.h
===================================================================
--- trunk/src/content/browser/web_contents/web_contents_impl.h (revision 195133)
+++ trunk/src/content/browser/web_contents/web_contents_impl.h (working copy)
@@ -245,9 +245,6 @@
virtual base::TimeTicks GetNewTabStartTime() const OVERRIDE;
virtual void Close() OVERRIDE;
virtual void OnCloseStarted() OVERRIDE;
- virtual void OnCloseCanceled() OVERRIDE;
- virtual void OnUnloadStarted() OVERRIDE;
- virtual void OnUnloadDetachedStarted() OVERRIDE;
virtual void SystemDragEnded() OVERRIDE;
virtual void UserGestureDone() OVERRIDE;
virtual void SetClosedByUserGesture(bool value) OVERRIDE;
@@ -821,9 +818,6 @@
// The time when onbeforeunload ended.
base::TimeTicks before_unload_end_time_;
- // The time when the tab was removed from view during close.
- base::TimeTicks unload_detached_start_time_;
-
// The time that this tab was last selected.
base::TimeTicks last_selected_time_;

Powered by Google App Engine
This is Rietveld 408576698