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

Unified Diff: chrome/browser/browser_process_impl.cc

Issue 1625015: Refactor ChildProcess and related classes to create a framework outside of br... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 10 years, 8 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 | « base/mp/mp_messages_internal.h ('k') | chrome/browser/child_process_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_process_impl.cc
===================================================================
--- chrome/browser/browser_process_impl.cc (revision 44239)
+++ chrome/browser/browser_process_impl.cc (working copy)
@@ -58,7 +58,7 @@
#endif
#if defined(IPC_MESSAGE_LOG_ENABLED)
-#include "chrome/common/plugin_messages.h"
+#include "base/mp/mp_messages.h"
#include "chrome/common/render_messages.h"
#endif
@@ -487,7 +487,7 @@
ChildProcessHost::Iterator i; // default constr references a singleton
while (!i.Done()) {
- i->Send(new PluginProcessMsg_SetIPCLoggingEnabled(enabled));
+ i->Send(new MultiProcessMsg_SetIPCLoggingEnabled(enabled));
++i;
}
}
« no previous file with comments | « base/mp/mp_messages_internal.h ('k') | chrome/browser/child_process_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698