| 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 e45e26421e3903287138182d90ead4e517b09917..ee131638681370ff077b5fb37bc801b1edd1253c 100644
|
| --- a/third_party/WebKit/Source/core/page/ChromeClient.h
|
| +++ b/third_party/WebKit/Source/core/page/ChromeClient.h
|
| @@ -183,7 +183,6 @@ class CORE_EXPORT ChromeClient : public PlatformChromeClient {
|
| const String& message,
|
| const String& default_value,
|
| String& result);
|
| - virtual void SetStatusbarText(const String&) = 0;
|
| virtual bool TabsToLinks() = 0;
|
|
|
| virtual void* WebView() const = 0;
|
|
|