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

Unified Diff: third_party/WebKit/Source/web/WebRemoteFrameImpl.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/web/WebRemoteFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
index d0492282c2d19f34b508a5140d762fa7b5bdba55..9d267379f1001e8c8446e28058ad9897447fbbd7 100644
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
@@ -75,7 +75,6 @@ class WEB_EXPORT WebRemoteFrameImpl final
int argc,
v8::Local<v8::Value> argv[]) override;
v8::Local<v8::Context> mainWorldScriptContext() const override;
- v8::Local<v8::Context> deprecatedMainWorldScriptContext() const override;
void reload(WebFrameLoadType) override;
void reloadWithOverrideURL(const WebURL& overrideUrl,
WebFrameLoadType) override;
@@ -156,13 +155,11 @@ class WEB_EXPORT WebRemoteFrameImpl final
WebInsecureRequestPolicy) const override;
void setReplicatedPotentiallyTrustworthyUniqueOrigin(bool) const override;
void dispatchLoadEventOnFrameOwner() const override;
-
void didStartLoading() override;
void didStopLoading() override;
-
bool isIgnoredForHitTest() const override;
-
void willEnterFullscreen() override;
+ v8::Local<v8::Object> globalProxy() const override;
void setHasReceivedUserGesture() override;
« no previous file with comments | « third_party/WebKit/Source/core/frame/RemoteFrame.h ('k') | third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698