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

Unified Diff: chrome/common/render_messages_internal.h

Issue 6625064: Move the common child process messages into their own file. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 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
« no previous file with comments | « chrome/common/plugin_messages_internal.h ('k') | chrome/renderer/render_thread.cc » ('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 77193)
+++ chrome/common/render_messages_internal.h (working copy)
@@ -865,12 +865,6 @@
IPC_MESSAGE_ROUTED1(ViewMsg_ExecuteCode,
ViewMsg_ExecuteCode_Params)
-#if defined(IPC_MESSAGE_LOG_ENABLED)
-// Tell the renderer process to begin or end IPC message logging.
-IPC_MESSAGE_CONTROL1(ViewMsg_SetIPCLoggingEnabled,
- bool /* on or off */)
-#endif
-
// SpellChecker messages.
// Passes some initialization params to the renderer's spellchecker. This can
« no previous file with comments | « chrome/common/plugin_messages_internal.h ('k') | chrome/renderer/render_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698