| Index: third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.cpp b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| index c530e82bde81dccf45383e65a34b7626352b1f6f..43f0ba64b2458c4671523b35048589d082007b39 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| @@ -546,12 +546,6 @@ bool ChromeClientImpl::OpenJavaScriptPromptDelegate(LocalFrame* frame,
|
| }
|
| return false;
|
| }
|
| -
|
| -void ChromeClientImpl::SetStatusbarText(const String& message) {
|
| - if (web_view_->Client())
|
| - web_view_->Client()->SetStatusText(message);
|
| -}
|
| -
|
| bool ChromeClientImpl::TabsToLinks() {
|
| return web_view_->TabsToLinks();
|
| }
|
|
|