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

Unified Diff: webkit/glue/webframe_impl.h

Issue 6274: Greasemonkey support. (Closed)
Patch Set: Created 12 years, 2 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: webkit/glue/webframe_impl.h
diff --git a/webkit/glue/webframe_impl.h b/webkit/glue/webframe_impl.h
index 61751cb8ad6e6af69bc4922eb258986f7cd93f9d..9e67a4387c278f044243eefb0bf2630be5d87ddd 100644
--- a/webkit/glue/webframe_impl.h
+++ b/webkit/glue/webframe_impl.h
@@ -82,6 +82,8 @@ class WebFrameImpl : public WebFrame {
void InitMainFrame(WebViewImpl* webview_impl);
// WebFrame
+ virtual void ExecuteJavaScript(const std::wstring& code,
+ const std::wstring& filename);
virtual void LoadRequest(WebRequest* request);
virtual void LoadHTMLString(const std::string& html_text,
const GURL& base_url);

Powered by Google App Engine
This is Rietveld 408576698