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

Unified Diff: chrome/browser/render_view_host.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: chrome/browser/render_view_host.h
diff --git a/chrome/browser/render_view_host.h b/chrome/browser/render_view_host.h
index 13b40acdc534ba4262ac9b56d122b615cbc240b1..1f5fc0e1e3ee02903ca9a4f1f89b27b6a8a706f3 100644
--- a/chrome/browser/render_view_host.h
+++ b/chrome/browser/render_view_host.h
@@ -220,7 +220,8 @@ class RenderViewHost : public RenderWidgetHost {
// Runs some javascript within the context of a frame in the page.
void ExecuteJavascriptInWebFrame(const std::wstring& frame_xpath,
- const std::wstring& jscript);
+ const std::wstring& jscript,
+ const std::wstring& source_url);
// Logs a message to the console of a frame in the page.
void AddMessageToConsole(const std::wstring& frame_xpath,

Powered by Google App Engine
This is Rietveld 408576698