| Index: third_party/WebKit/Source/core/frame/FrameHost.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameHost.cpp b/third_party/WebKit/Source/core/frame/FrameHost.cpp
|
| index 104d7b12dd9f0ee6c7dc28c3c9cbf0e1af91b5e9..af75ed70d88eae9f003ae9b982d03c9ae78c3765 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameHost.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameHost.cpp
|
| @@ -74,14 +74,6 @@ const Page& FrameHost::page() const {
|
| return *m_page;
|
| }
|
|
|
| -ChromeClient& FrameHost::chromeClient() {
|
| - return m_page->chromeClient();
|
| -}
|
| -
|
| -const ChromeClient& FrameHost::chromeClient() const {
|
| - return m_page->chromeClient();
|
| -}
|
| -
|
| UseCounter& FrameHost::useCounter() {
|
| return m_page->useCounter();
|
| }
|
|
|