| 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
|
|
|