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

Unified Diff: third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.h

Issue 2922803003: Move most scripting-related methods from WebFrame to WebLocalFrame. (Closed)
Patch Set: Rebasing... Created 3 years, 6 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.h
diff --git a/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.h b/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.h
index 31ab066439b008b4ab1d172562c73fa590873855..879f7d83fae0d6111d5d19194e118338adb66765 100644
--- a/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.h
+++ b/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.h
@@ -45,26 +45,6 @@ class CORE_EXPORT WebRemoteFrameImpl final
WebDocument GetDocument() const override;
WebPerformance Performance() const override;
void DispatchUnloadEvent() override;
- void ExecuteScriptInIsolatedWorld(int world_id,
- const WebScriptSource* sources,
- unsigned num_sources) override;
- void SetIsolatedWorldSecurityOrigin(int world_id,
- const WebSecurityOrigin&) override;
- void SetIsolatedWorldContentSecurityPolicy(int world_id,
- const WebString&) override;
- void CollectGarbage() override;
- v8::Local<v8::Value> ExecuteScriptAndReturnValue(
- const WebScriptSource&) override;
- void ExecuteScriptInIsolatedWorld(
- int world_id,
- const WebScriptSource* sources_in,
- unsigned num_sources,
- WebVector<v8::Local<v8::Value>>* results) override;
- v8::Local<v8::Value> CallFunctionEvenIfScriptDisabled(
- v8::Local<v8::Function>,
- v8::Local<v8::Value>,
- int argc,
- v8::Local<v8::Value> argv[]) override;
void Reload(WebFrameLoadType) override;
void ReloadWithOverrideURL(const WebURL& override_url,
WebFrameLoadType) override;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698