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

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

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
Index: third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp
diff --git a/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp b/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp
index cc68f0952b91c899e3c3b535b6d541921a6b84f3..0892a9d3e69ccd929ca2d2045bdef5e747d03d64 100644
--- a/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp
+++ b/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp
@@ -147,52 +147,6 @@ void WebRemoteFrameImpl::DispatchUnloadEvent() {
NOTREACHED();
}
-void WebRemoteFrameImpl::ExecuteScriptInIsolatedWorld(
- int world_id,
- const WebScriptSource* sources,
- unsigned num_sources) {
- NOTREACHED();
-}
-
-void WebRemoteFrameImpl::SetIsolatedWorldSecurityOrigin(
- int world_id,
- const WebSecurityOrigin&) {
- NOTREACHED();
-}
-
-void WebRemoteFrameImpl::SetIsolatedWorldContentSecurityPolicy(
- int world_id,
- const WebString&) {
- NOTREACHED();
-}
-
-void WebRemoteFrameImpl::CollectGarbage() {
- NOTREACHED();
-}
-
-v8::Local<v8::Value> WebRemoteFrameImpl::ExecuteScriptAndReturnValue(
- const WebScriptSource&) {
- NOTREACHED();
- return v8::Local<v8::Value>();
-}
-
-void WebRemoteFrameImpl::ExecuteScriptInIsolatedWorld(
- int world_id,
- const WebScriptSource* sources_in,
- unsigned num_sources,
- WebVector<v8::Local<v8::Value>>* results) {
- NOTREACHED();
-}
-
-v8::Local<v8::Value> WebRemoteFrameImpl::CallFunctionEvenIfScriptDisabled(
- v8::Local<v8::Function>,
- v8::Local<v8::Value>,
- int argc,
- v8::Local<v8::Value> argv[]) {
- NOTREACHED();
- return v8::Local<v8::Value>();
-}
-
void WebRemoteFrameImpl::Reload(WebFrameLoadType) {
NOTREACHED();
}
« no previous file with comments | « third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.h ('k') | third_party/WebKit/Source/web/tests/PrerenderingTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698