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

Unified Diff: chrome/common/render_messages_internal.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/common/render_messages_internal.h
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
index 9480f06524c3d264af71706582ec3286433d55a3..bd3f0dd1e91ebf70b870f84707506dbe691a0ab9 100644
--- a/chrome/common/render_messages_internal.h
+++ b/chrome/common/render_messages_internal.h
@@ -205,9 +205,10 @@ IPC_BEGIN_MESSAGES(View, 1)
// jscript_url is the string containing the javascript: url to be executed
// in the target frame's context. The string should start with "javascript:"
// and continue with a valid JS text.
- IPC_MESSAGE_ROUTED2(ViewMsg_ScriptEvalRequest,
- std::wstring, /* frame_xpath */
- std::wstring /* jscript_url */)
+ IPC_MESSAGE_ROUTED3(ViewMsg_ScriptEvalRequest,
+ std::wstring, /* frame_xpath */
+ std::wstring, /* jscript_url */
+ std::wstring /* script filename (for error messages) */)
// Log a message to the console of the target frame
IPC_MESSAGE_ROUTED3(ViewMsg_AddMessageToConsole,

Powered by Google App Engine
This is Rietveld 408576698