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

Unified Diff: ipc/ipc_descriptors.h

Issue 2476883002: Remove obsolete methods from IPC::Channel and related classes. (Closed)
Patch Set: Created 4 years, 1 month 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
Index: ipc/ipc_descriptors.h
diff --git a/ipc/ipc_descriptors.h b/ipc/ipc_descriptors.h
index 9dcff8ceb1394879fe4077321a1dee97af00e6b7..7a4a7b19a5c519701911767d685fa9ef73636f9d 100644
--- a/ipc/ipc_descriptors.h
+++ b/ipc/ipc_descriptors.h
@@ -8,11 +8,8 @@
// This is a list of global descriptor keys to be used with the
// base::GlobalDescriptors object (see base/posix/global_descriptors.h)
enum {
- kPrimaryIPCChannel = 0,
- kStatsTableSharedMemFd,
-
// The first key that can be use to register descriptors.
- kIPCDescriptorMax
+ kIPCDescriptorMax = 0
};
#endif // IPC_IPC_DESCRIPTORS_H_
« ipc/ipc_channel.h ('K') | « ipc/ipc_channel_proxy.cc ('k') | ipc/ipc_test_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698