Index: third_party/WebKit/Source/core/frame/RemoteFrame.h |
diff --git a/third_party/WebKit/Source/core/frame/RemoteFrame.h b/third_party/WebKit/Source/core/frame/RemoteFrame.h |
index 4c108d0d55c0d6a6f9dd7565284d9a07eb2c2e80..ab54b3db17c12e18f6f62f6b2365d418a1483f22 100644 |
--- a/third_party/WebKit/Source/core/frame/RemoteFrame.h |
+++ b/third_party/WebKit/Source/core/frame/RemoteFrame.h |
@@ -41,6 +41,7 @@ class CORE_EXPORT RemoteFrame final : public Frame { |
void printNavigationWarning(const String&) override {} |
bool prepareForCommit() override; |
bool shouldClose() override; |
+ WindowProxyManagerBase* getWindowProxyManager() const override; |
// FIXME: Remove this method once we have input routing in the browser |
// process. See http://crbug.com/339659. |
@@ -61,9 +62,6 @@ class CORE_EXPORT RemoteFrame final : public Frame { |
private: |
RemoteFrame(RemoteFrameClient*, FrameHost*, FrameOwner*); |
- // Internal Frame helper overrides: |
- WindowProxyManagerBase* getWindowProxyManager() const override; |
- |
// Intentionally private to prevent redundant checks when the type is |
// already RemoteFrame. |
bool isLocalFrame() const override { return false; } |