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

Unified Diff: ipc/ipc_channel.h

Issue 10698057: Remove Message::Sender and Channel::Listener typedefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h ('k') | ipc/ipc_message.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_channel.h
diff --git a/ipc/ipc_channel.h b/ipc/ipc_channel.h
index ec87a7bbc4e59dae0b52228b6de0ae9867d59304..da87797f1b3d849d59f0a3f777a4a64bbb3b01ab 100644
--- a/ipc/ipc_channel.h
+++ b/ipc/ipc_channel.h
@@ -18,7 +18,8 @@
#include "ipc/ipc_message.h"
#include "ipc/ipc_sender.h"
-// TODO(brettw) remove this when the "typedef Sender" is removed below.
+// TODO(brettw) remove this and update files that depend on this being included
+// from here.
#include "ipc/ipc_listener.h"
namespace IPC {
@@ -47,12 +48,6 @@ class IPC_EXPORT Channel : public Sender {
friend class ChannelTest;
public:
- // IPC::Listener used to be IPC::Channel::Listener which prevented forward
- // declarations. To keep existing code compiling, we provide this
- // backwards-compatible definition. New code should use IPC::Listener.
- // TODO(brettw) convert users of this and delete.
- typedef IPC::Listener Listener;
-
// Flags to test modes
enum ModeFlags {
MODE_NO_FLAG = 0x0,
« no previous file with comments | « chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h ('k') | ipc/ipc_message.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698