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

Unified Diff: net/base/net_info_source_list.h

Issue 1084243003: Update NET_INFO_SOURCE macros. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re: #3. Created 5 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 | « no previous file | net/log/net_log_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_info_source_list.h
diff --git a/net/base/net_info_source_list.h b/net/base/net_info_source_list.h
index 107840b768c483e0680fd2ae616e544e58539ee0..7b3b65b42fa81f238e7e35b6e364547924696bd3 100644
--- a/net/base/net_info_source_list.h
+++ b/net/base/net_info_source_list.h
@@ -17,7 +17,6 @@ NET_INFO_SOURCE(SOCKET_POOL, "socketPoolInfo", 1 << 3)
NET_INFO_SOURCE(QUIC, "quicInfo", 1 << 4)
NET_INFO_SOURCE(SPDY_SESSIONS, "spdySessionInfo", 1 << 5)
NET_INFO_SOURCE(SPDY_STATUS, "spdyStatus", 1 << 6)
-NET_INFO_SOURCE(SPDY_ALT_PROTO_MAPPINGS, "spdyAlternateProtocolMappings",
- 1 << 7)
+NET_INFO_SOURCE(SPDY_ALT_SVC_MAPPINGS, "spdyAlternateProtocolMappings", 1 << 7)
NET_INFO_SOURCE(HTTP_CACHE, "httpCacheInfo", 1 << 8)
NET_INFO_SOURCE(SDCH, "sdchInfo", 1 << 9)
« no previous file with comments | « no previous file | net/log/net_log_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698