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

Unified Diff: webkit/glue/webframe_impl.h

Issue 159542: Add a WebKit API that registers a V8 extension to be loaded into content (Closed)
Patch Set: final Created 11 years, 5 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 | « webkit/glue/webframe.h ('k') | webkit/glue/webframe_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webframe_impl.h
diff --git a/webkit/glue/webframe_impl.h b/webkit/glue/webframe_impl.h
index de6ba9bbbc64785778449d6ee7561129f9b343e2..d7f0c1d7353050a475e8040c1d6d940d310abc78 100644
--- a/webkit/glue/webframe_impl.h
+++ b/webkit/glue/webframe_impl.h
@@ -104,9 +104,11 @@ class WebFrameImpl : public WebFrame, public base::RefCounted<WebFrameImpl> {
virtual void DispatchWillSendRequest(WebKit::WebURLRequest* request);
virtual void ExecuteScript(const WebKit::WebScriptSource& source);
virtual void ExecuteScriptInNewContext(
- const WebKit::WebScriptSource* sources, int num_sources);
+ const WebKit::WebScriptSource* sources, int num_sources,
+ int extension_group);
virtual void ExecuteScriptInNewWorld(
- const WebKit::WebScriptSource* sources, int num_sources);
+ const WebKit::WebScriptSource* sources, int num_sources,
+ int extension_group);
virtual bool InsertCSSStyles(const std::string& css);
virtual WebKit::WebHistoryItem GetPreviousHistoryItem() const;
virtual WebKit::WebHistoryItem GetCurrentHistoryItem() const;
« no previous file with comments | « webkit/glue/webframe.h ('k') | webkit/glue/webframe_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698