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

Unified Diff: third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp

Issue 2808953002: Revert of Followup comments from r460581. (Closed)
Patch Set: manual merge Created 3 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 | « content/test/data/page_with_empty_beforeunload.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
diff --git a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
index effbefbb46f186b7f95c195705259317585868d5..572c4e7c1e01476aa58d200e8b3e5e3cb613e8c5 100644
--- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
+++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
@@ -1440,10 +1440,6 @@ void LocalDOMWindow::AddedEventListener(
AddUnloadEventListener(this);
} else if (event_type == EventTypeNames::beforeunload) {
UseCounter::Count(document(), UseCounter::kDocumentBeforeUnloadRegistered);
- // This is confusingly named. It doesn't actually add the listener. It
- // just increments a count so that we know we have listeners registered
- // for the purposes of determining if we can fast terminate the renderer
- // process.
AddBeforeUnloadEventListener(this);
if (GetFrame() && !GetFrame()->IsMainFrame())
UseCounter::Count(document(),
« no previous file with comments | « content/test/data/page_with_empty_beforeunload.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698