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

Unified Diff: third_party/WebKit/Source/web/WebRemoteFrameImpl.h

Issue 2626183003: Switch RemoteWindowProxy to use v8::Context::NewRemoteContext. (Closed)
Patch Set: . 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 53e502d9615cacf5d9690a046bfa5b512bc7e198..a476175c022e89b5a836feb41e2e06b5f742eaf5 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;
@@ -157,13 +156,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;

Powered by Google App Engine
This is Rietveld 408576698