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

Unified Diff: ipc/ipc_message.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 | « ipc/ipc_channel.h ('k') | ipc/ipc_send_fds_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_message.h
diff --git a/ipc/ipc_message.h b/ipc/ipc_message.h
index 098a0102753a61107f2e76068620e7432f9abbb3..cbb23b079a6eb6bd412e751b81e303ff15ad180f 100644
--- a/ipc/ipc_message.h
+++ b/ipc/ipc_message.h
@@ -12,7 +12,8 @@
#include "base/pickle.h"
#include "ipc/ipc_export.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_sender.h"
// Ipc logging adds a dependency from the 'chrome' target on all ipc message
@@ -42,12 +43,6 @@ struct LogData;
class IPC_EXPORT Message : public Pickle {
public:
- // IPC::Sender used to be IPC::Message::Sender which prevented forward
- // declarations. To keep existing code compiling, we provide this backwards-
- // compatible definition. New code should use IPC::Sender.
- // TODO(brettw) convert users of this and delete.
- typedef IPC::Sender Sender;
-
enum PriorityValue {
PRIORITY_LOW = 1,
PRIORITY_NORMAL,
« no previous file with comments | « ipc/ipc_channel.h ('k') | ipc/ipc_send_fds_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698