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

Unified Diff: chrome/browser/automation/automation_provider.cc

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
« no previous file with comments | « no previous file | chrome/browser/debugger/debugger_view.cc » ('j') | chrome/common/chrome_paths.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/automation/automation_provider.cc
diff --git a/chrome/browser/automation/automation_provider.cc b/chrome/browser/automation/automation_provider.cc
index 7705d94622ee3947a8f85cb0ab4318ae2d1c64e5..961690ee82a6d4a3824b9d5a88907c3a04074a12 100644
--- a/chrome/browser/automation/automation_provider.cc
+++ b/chrome/browser/automation/automation_provider.cc
@@ -1592,9 +1592,9 @@ void AutomationProvider::ExecuteJavascript(const IPC::Message& message,
message.routing_id());
web_contents->render_view_host()->ExecuteJavascriptInWebFrame(
- frame_xpath, url);
+ frame_xpath, url, L"");
web_contents->render_view_host()->ExecuteJavascriptInWebFrame(
- frame_xpath, script);
+ frame_xpath, script, L"");
succeeded = true;
}
« no previous file with comments | « no previous file | chrome/browser/debugger/debugger_view.cc » ('j') | chrome/common/chrome_paths.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698