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

Unified Diff: net/log/net_log_util.cc

Issue 1268313004: s/use_alternate_protocols/use_alternative_services/g (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re: #15. Created 5 years, 4 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/http/http_stream_factory_impl_unittest.cc ('k') | net/quic/quic_network_transaction_unittest.cc » ('j') | 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 b9814a9b2251bd7e46bb537cdabb92f6e3ad0e21..46282f7df0ba53f535a3530c125a2dbcd9e399f1 100644
--- a/net/log/net_log_util.cc
+++ b/net/log/net_log_util.cc
@@ -417,8 +417,8 @@ NET_EXPORT scoped_ptr<base::DictionaryValue> GetNetInfo(
status_dict->SetBoolean("spdy_enabled", HttpStreamFactory::spdy_enabled());
status_dict->SetBoolean(
- "use_alternate_protocols",
- http_network_session->params().use_alternate_protocols);
+ "use_alternative_services",
+ http_network_session->params().use_alternative_services);
NextProtoVector next_protos;
http_network_session->GetNextProtos(&next_protos);
« no previous file with comments | « net/http/http_stream_factory_impl_unittest.cc ('k') | net/quic/quic_network_transaction_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698