| Index: third_party/WebKit/Source/core/page/ChromeClient.h
|
| diff --git a/third_party/WebKit/Source/core/page/ChromeClient.h b/third_party/WebKit/Source/core/page/ChromeClient.h
|
| index 7b19b4c97724e0560ab5d997e99132368fa51aaa..7d5752ce2fb1746eebd003bd037c766568e2a40a 100644
|
| --- a/third_party/WebKit/Source/core/page/ChromeClient.h
|
| +++ b/third_party/WebKit/Source/core/page/ChromeClient.h
|
| @@ -111,7 +111,7 @@ public:
|
| // created Page has its show method called.
|
| // The FrameLoadRequest parameter is only for ChromeClient to check if the
|
| // request could be fulfilled. The ChromeClient should not load the request.
|
| - virtual Page* createWindow(LocalFrame*, const FrameLoadRequest&, const WindowFeatures&, NavigationPolicy, ShouldSetOpener) = 0;
|
| + virtual Page* createWindow(LocalFrame*, const FrameLoadRequest&, const WindowFeatures&, NavigationPolicy) = 0;
|
| virtual void show(NavigationPolicy = NavigationPolicyIgnore) = 0;
|
|
|
| void setWindowFeatures(const WindowFeatures&);
|
|
|