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, |