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

Unified Diff: ipc/ipc_message_start.h

Issue 22295002: Base infrastructure for Networking Private API on Windows and Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reset DHCP after WiFi Connect to speed up the connection after factory reset. Created 7 years, 3 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
« chrome/utility/wifi/wifi_service.h ('K') | « chrome/utility/wifi/wifi_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_message_start.h
diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h
index f5833017f9195eb209f52630dfa7df9ce79d7b9a..53965c2667a8b104d86f6302048bb384a93c361a 100644
--- a/ipc/ipc_message_start.h
+++ b/ipc/ipc_message_start.h
@@ -87,8 +87,9 @@ enum IPCMessageStart {
NaClHostMsgStart,
WebRTCIdentityMsgStart,
LocalDiscoveryMsgStart,
+ NetworkingPrivateMsgStart,
PowerMonitorMsgStart,
- LastIPCMsgStart // Must come last.
+ LastIPCMsgStart // Must come last.
};
#endif // IPC_IPC_MESSAGE_START_H_
« chrome/utility/wifi/wifi_service.h ('K') | « chrome/utility/wifi/wifi_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698