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

Unified Diff: Source/core/loader/NavigationPolicy.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/dom/Document.cpp ('k') | Source/core/page/CreateWindow.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/NavigationPolicy.h
diff --git a/Source/core/loader/NavigationPolicy.h b/Source/core/loader/NavigationPolicy.h
index 63af6aa0f1764c76a80e251f014061c548559486..70196759fc966837e9bc0e8283e563098f80b5a9 100644
--- a/Source/core/loader/NavigationPolicy.h
+++ b/Source/core/loader/NavigationPolicy.h
@@ -41,6 +41,7 @@ enum NavigationPolicy {
NavigationPolicyNewForegroundTab,
NavigationPolicyNewWindow,
NavigationPolicyNewPopup,
+ NavigationPolicyPresentationWindow
};
bool navigationPolicyFromMouseEvent(unsigned short button, bool ctrl, bool shift, bool alt, bool meta, NavigationPolicy*);
« no previous file with comments | « Source/core/dom/Document.cpp ('k') | Source/core/page/CreateWindow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698