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

Unified Diff: third_party/WebKit/Source/core/loader/NavigationPolicy.h

Issue 2694013005: Cleanup blink-side PlzNavigate logic (Closed)
Patch Set: Address ananta's comments Created 3 years, 10 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/loader/NavigationPolicy.h
diff --git a/third_party/WebKit/Source/core/loader/NavigationPolicy.h b/third_party/WebKit/Source/core/loader/NavigationPolicy.h
index 0980c412124b5cb641c5a5d086958f5049088e6b..98002d8ce1f3b881b0429a6dfbffada535db2979 100644
--- a/third_party/WebKit/Source/core/loader/NavigationPolicy.h
+++ b/third_party/WebKit/Source/core/loader/NavigationPolicy.h
@@ -44,6 +44,7 @@ enum NavigationPolicy {
NavigationPolicyNewWindow,
NavigationPolicyNewPopup,
NavigationPolicyHandledByClient,
+ NavigationPolicyHandledByClientForInitialHistory,
};
CORE_EXPORT bool navigationPolicyFromMouseEvent(unsigned short button,

Powered by Google App Engine
This is Rietveld 408576698