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

Unified Diff: chromecast/browser/url_request_context_factory.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
Index: chromecast/browser/url_request_context_factory.cc
diff --git a/chromecast/browser/url_request_context_factory.cc b/chromecast/browser/url_request_context_factory.cc
index 693a220f3bc0bace31141e6f44d88ff0d73362f9..c60ec6b3ef97277ad35e1c512c8dfaeea7565f2e 100644
--- a/chromecast/browser/url_request_context_factory.cc
+++ b/chromecast/browser/url_request_context_factory.cc
@@ -298,7 +298,7 @@ void URLRequestContextFactory::PopulateNetworkSessionParams(
// TODO(lcwu): http://crbug.com/329681. Remove this once spdy is enabled
// by default at the content level.
params->next_protos = net::NextProtosSpdy31();
- params->use_alternate_protocols = true;
+ params->use_alternative_services = true;
}
net::URLRequestContext* URLRequestContextFactory::CreateSystemRequestContext() {

Powered by Google App Engine
This is Rietveld 408576698