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

Unified Diff: third_party/WebKit/public/web/WebNavigationPolicy.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/public/web/WebNavigationPolicy.h
diff --git a/third_party/WebKit/public/web/WebNavigationPolicy.h b/third_party/WebKit/public/web/WebNavigationPolicy.h
index 68c71e0229a679e1e7b11f18aa4cce65fdbbebd4..37d104100109e9c2c7050adab6594db0eb09384c 100644
--- a/third_party/WebKit/public/web/WebNavigationPolicy.h
+++ b/third_party/WebKit/public/web/WebNavigationPolicy.h
@@ -42,6 +42,7 @@ enum WebNavigationPolicy {
WebNavigationPolicyNewWindow,
WebNavigationPolicyNewPopup,
WebNavigationPolicyHandledByClient,
+ WebNavigationPolicyHandledByClientForInitialHistory,
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698