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

Unified Diff: base/mp/message_router.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/message_router.h ('k') | base/mp/mp_child_process.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/mp/message_router.cc
===================================================================
--- base/mp/message_router.cc (revision 0)
+++ base/mp/message_router.cc (working copy)
@@ -1,9 +1,11 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/common/message_router.h"
+#include "base/mp/message_router.h"
+namespace base {
+
void MessageRouter::OnControlMessageReceived(const IPC::Message& msg) {
NOTREACHED() <<
"should override in subclass if you care about control messages";
@@ -44,3 +46,5 @@
IPC::Channel::Listener* MessageRouter::ResolveRoute(int32 routing_id) {
return routes_.Lookup(routing_id);
}
+
+} // namespace base
« no previous file with comments | « base/mp/message_router.h ('k') | base/mp/mp_child_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698