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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2206843003: Disable navigations in the unload handler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: third_party/WebKit/Source/core/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index a41064e33b9f21498a636b5e5cbc9cf962b1200f..2f44daac933d9df23a61f87f8dc79f0d2a63e6e8 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1176,7 +1176,6 @@ public:
CSSSelectorPseudoReadWrite = 1378,
// The above items are available in M52 branch
- UnloadHandler_Navigation = 1379,
TouchStartUserGestureUtilized = 1380,
TouchMoveUserGestureUtilized = 1381,
TouchEndDuringScrollUserGestureUtilized = 1382,

Powered by Google App Engine
This is Rietveld 408576698