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

Unified Diff: chrome/common/render_messages_internal.h

Issue 42158: Get rid of the gears in renderer process code. This allows me to do some cle... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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
===================================================================
--- chrome/common/render_messages_internal.h (revision 11593)
+++ chrome/common/render_messages_internal.h (working copy)
@@ -53,12 +53,6 @@
size_t /* max_dead_capacity */,
size_t /* capacity */)
- // Allows a chrome plugin loaded in the browser process to send arbitrary
- // data to an instance of the same plugin loaded in a renderer process.
- IPC_MESSAGE_CONTROL2(ViewMsg_PluginMessage,
- FilePath /* plugin_path of plugin */,
- std::vector<uint8> /* opaque data */)
-
// Reply in response to ViewHostMsg_ShowView or ViewHostMsg_ShowWidget.
// similar to the new command, but used when the renderer created a view
// first, and we need to update it

Powered by Google App Engine
This is Rietveld 408576698