| Index: third_party/WebKit/Source/core/loader/EmptyClients.h
|
| diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| index adedd76b46f6a31eb960e1ed5e2eabf7b4c85172..be1ec1f71f2767c54fb8cd4bf1dce69c1649d4b5 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| @@ -169,8 +169,6 @@ class CORE_EXPORT EmptyChromeClient : public ChromeClient {
|
| void ClosePagePopup(PagePopup*) override{};
|
| DOMWindow* PagePopupWindowForTesting() const override { return nullptr; }
|
|
|
| - void SetStatusbarText(const String&) override {}
|
| -
|
| bool TabsToLinks() override { return false; }
|
|
|
| void InvalidateRect(const IntRect&) override {}
|
|
|