| Index: third_party/WebKit/Source/core/page/ChromeClient.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/ChromeClient.cpp b/third_party/WebKit/Source/core/page/ChromeClient.cpp
|
| index a4760020f967810acbe60f39034b2bd2d4d5d71b..6c4bc0138581b4a6d5c056243e61ceed3184940c 100644
|
| --- a/third_party/WebKit/Source/core/page/ChromeClient.cpp
|
| +++ b/third_party/WebKit/Source/core/page/ChromeClient.cpp
|
| @@ -86,15 +86,6 @@ bool ChromeClient::CanOpenModalIfDuringPageDismissal(
|
| return true;
|
| }
|
|
|
| -void ChromeClient::SetWindowFeatures(const WindowFeatures& features) {
|
| - SetToolbarsVisible(features.tool_bar_visible ||
|
| - features.location_bar_visible);
|
| - SetStatusbarVisible(features.status_bar_visible);
|
| - SetScrollbarsVisible(features.scrollbars_visible);
|
| - SetMenubarVisible(features.menu_bar_visible);
|
| - SetResizable(features.resizable);
|
| -}
|
| -
|
| template <typename Delegate>
|
| static bool OpenJavaScriptDialog(LocalFrame* frame,
|
| const String& message,
|
|
|