| Index: third_party/WebKit/Source/core/frame/FrameHost.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameHost.h b/third_party/WebKit/Source/core/frame/FrameHost.h
|
| index f9471fdb8a57a2059e66397f91fdfef89e2f1cbf..e04f2b99465c06908be8a2dec7f287c9e341f33e 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameHost.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameHost.h
|
| @@ -74,9 +74,6 @@ class CORE_EXPORT FrameHost final
|
| Page& page();
|
| const Page& page() const;
|
|
|
| - ChromeClient& chromeClient();
|
| - const ChromeClient& chromeClient() const;
|
| -
|
| UseCounter& useCounter();
|
| const UseCounter& useCounter() const;
|
|
|
|
|