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 ab54b3db17c12e18f6f62f6b2365d418a1483f22..4c108d0d55c0d6a6f9dd7565284d9a07eb2c2e80 100644 |
--- a/third_party/WebKit/Source/core/frame/RemoteFrame.h |
+++ b/third_party/WebKit/Source/core/frame/RemoteFrame.h |
@@ -41,7 +41,6 @@ |
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,6 +60,9 @@ |
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. |