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

Unified Diff: third_party/WebKit/Source/core/page/CreateWindow.h

Issue 2905283003: Remove a bunch of dead code around WindowFeatures (Closed)
Patch Set: Add missing #include Created 3 years, 7 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/page/CreateWindow.h
diff --git a/third_party/WebKit/Source/core/page/CreateWindow.h b/third_party/WebKit/Source/core/page/CreateWindow.h
index ee4d3cc98d072f980e79535126c9b38f8350b910..b5e392a4ddf68e5a3d6c19859581d6ab996e521c 100644
--- a/third_party/WebKit/Source/core/page/CreateWindow.h
+++ b/third_party/WebKit/Source/core/page/CreateWindow.h
@@ -53,6 +53,12 @@ void CreateWindowForRequest(const FrameLoadRequest&,
LocalFrame& opener_frame,
NavigationPolicy);
+// Exposed for testing
+CORE_EXPORT NavigationPolicy
+EffectiveNavigationPolicy(NavigationPolicy,
+ const WebInputEvent* current_event,
+ bool toolbar_visible);
+
} // namespace blink
#endif // CreateWindow_h

Powered by Google App Engine
This is Rietveld 408576698