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

Unified Diff: sky/engine/public/web/WebFrame.h

Issue 922893002: Merge the Sky Engine changes from the SkyDart branch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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
« no previous file with comments | « sky/engine/public/web/Sky.h ('k') | sky/engine/public/web/WebFrameClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/web/WebFrame.h
diff --git a/sky/engine/public/web/WebFrame.h b/sky/engine/public/web/WebFrame.h
index 05b237fcf8905d92346a49c16e15131d936247ff..81e79a5884aa198636dd5f43bddc9df144457ec9 100644
--- a/sky/engine/public/web/WebFrame.h
+++ b/sky/engine/public/web/WebFrame.h
@@ -131,25 +131,6 @@ public:
// Calls window.gc() if it is defined.
virtual void collectGarbage() = 0;
- // Executes script in the context of the current page and returns the value
- // that the script evaluated to.
- virtual v8::Handle<v8::Value> executeScriptAndReturnValue(
- const WebScriptSource&) = 0;
-
- // Call the function with the given receiver and arguments, bypassing
- // canExecute().
- virtual v8::Handle<v8::Value> callFunctionEvenIfScriptDisabled(
- v8::Handle<v8::Function>,
- v8::Handle<v8::Value>,
- int argc,
- v8::Handle<v8::Value> argv[]) = 0;
-
- // Returns the V8 context for associated with the main world and this
- // frame. There can be many V8 contexts associated with this frame, one for
- // each isolated world and one for the main world. If you don't know what
- // the "main world" or an "isolated world" is, then you probably shouldn't
- // be calling this API.
- virtual v8::Local<v8::Context> mainWorldScriptContext() const = 0;
// Navigation ----------------------------------------------------------
« no previous file with comments | « sky/engine/public/web/Sky.h ('k') | sky/engine/public/web/WebFrameClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698