| Index: third_party/WebKit/Source/web/ChromeClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| index 819a9a814f2b72eae4fd0de243f31bdbed2819df..107dcc426df538714845b00e36d60343e4d3cc4d 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -67,7 +67,7 @@ public:
|
| void startDragging(LocalFrame*, const WebDragData&, WebDragOperationsMask, const WebImage& dragImage, const WebPoint& dragImageOffset) override;
|
| bool acceptsLoadDrops() const override;
|
| Page* createWindow(
|
| - LocalFrame*, const FrameLoadRequest&, const WindowFeatures&, NavigationPolicy, ShouldSetOpener) override;
|
| + LocalFrame*, const FrameLoadRequest&, const WindowFeatures&, NavigationPolicy) override;
|
| void show(NavigationPolicy) override;
|
| void didOverscroll(
|
| const FloatSize& overscrollDelta,
|
|
|