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

Unified Diff: chrome/common/render_messages_internal.h

Issue 7254: Initial Greasemonkey support (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
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 | « chrome/common/chrome_switches.cc ('k') | chrome/renderer/greasemonkey_slave.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/render_messages_internal.h
===================================================================
--- chrome/common/render_messages_internal.h (revision 3492)
+++ chrome/common/render_messages_internal.h (working copy)
@@ -155,6 +155,11 @@
// handle. This handle is valid in the context of the renderer
IPC_MESSAGE_CONTROL1(ViewMsg_VisitedLink_NewTable, SharedMemoryHandle)
+ // Notification that the Greasemonkey scripts have been updated. It has one
+ // SharedMemoryHandle argument consisting of the pickled script data. This
+ // handle is valid in the context of the renderer.
+ IPC_MESSAGE_CONTROL1(ViewMsg_Greasemonkey_NewScripts, SharedMemoryHandle)
+
// Sent when the user wants to search for a word on the page (find in page).
// Request parameters are passed in as a FindInPageMsg_Request struct.
IPC_MESSAGE_ROUTED1(ViewMsg_Find, FindInPageRequest)
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/renderer/greasemonkey_slave.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698