Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(374)

Unified Diff: third_party/WebKit/Source/core/frame/RemoteFrame.h

Issue 2720973002: Switch RemoteWindowProxy to use v8::Context::NewRemoteContext. (Closed)
Patch Set: Rebase after split Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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; }
« no previous file with comments | « third_party/WebKit/Source/core/frame/LocalFrame.h ('k') | third_party/WebKit/Source/web/WebRemoteFrameImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698