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

Unified Diff: public/web/WebNavigationPolicy.h

Issue 108333006: Adding a navigation policy for the "presentation" feature in window.open() Base URL: https://github.com/drott/blink-crosswalk.git@presentationWindow
Patch Set: Created 7 years 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 | « Source/core/page/CreateWindow.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebNavigationPolicy.h
diff --git a/public/web/WebNavigationPolicy.h b/public/web/WebNavigationPolicy.h
index 36be0db8c5550c0f23d63ae684a870967e088786..e42f83bfbfc343267e31d97f31a3c63274a8f205 100644
--- a/public/web/WebNavigationPolicy.h
+++ b/public/web/WebNavigationPolicy.h
@@ -41,6 +41,7 @@ enum WebNavigationPolicy {
WebNavigationPolicyNewForegroundTab,
WebNavigationPolicyNewWindow,
WebNavigationPolicyNewPopup,
+ WebNavigationPolicyPresentationWindow
};
} // namespace blink
« no previous file with comments | « Source/core/page/CreateWindow.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698