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

Unified Diff: net/log/net_log_util.cc

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 | « net/base/net_info_source_list.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/log/net_log_util.cc
diff --git a/net/log/net_log_util.cc b/net/log/net_log_util.cc
index 17d97c2fca30bbe201bff39a3677182cc6e57271..3ce6f624849591a4a09c84dfee8fcd5b1d2320b2 100644
--- a/net/log/net_log_util.cc
+++ b/net/log/net_log_util.cc
@@ -461,11 +461,11 @@ NET_EXPORT scoped_ptr<base::DictionaryValue> GetNetInfo(
status_dict);
}
- if (info_sources & NET_INFO_SPDY_ALT_PROTO_MAPPINGS) {
+ if (info_sources & NET_INFO_SPDY_ALT_SVC_MAPPINGS) {
const net::HttpServerProperties& http_server_properties =
*context->http_server_properties();
net_info_dict->Set(
- NetInfoSourceToString(NET_INFO_SPDY_ALT_PROTO_MAPPINGS),
+ NetInfoSourceToString(NET_INFO_SPDY_ALT_SVC_MAPPINGS),
http_server_properties.GetAlternativeServiceInfoAsValue());
}
« no previous file with comments | « net/base/net_info_source_list.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698