| Index: chrome/browser/io_thread.cc
|
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
|
| index 83b45f2580394e9f5d1fd626e20bbe8b8d7869a4..780406c958c7bfde2f3113d2c90f5c32fb8dfc10 100644
|
| --- a/chrome/browser/io_thread.cc
|
| +++ b/chrome/browser/io_thread.cc
|
| @@ -984,10 +984,6 @@ void IOThread::ConfigureSpdyGlobals(
|
| base::StringPiece spdy_trial_group,
|
| const VariationParameters& spdy_trial_params,
|
| IOThread::Globals* globals) {
|
| - if (command_line.HasSwitch(switches::kTrustedSpdyProxy)) {
|
| - globals->trusted_spdy_proxy.set(
|
| - command_line.GetSwitchValueASCII(switches::kTrustedSpdyProxy));
|
| - }
|
| if (command_line.HasSwitch(switches::kIgnoreUrlFetcherCertRequests))
|
| net::URLFetcher::SetIgnoreCertificateRequests(true);
|
|
|
| @@ -1167,7 +1163,6 @@ void IOThread::InitializeNetworkSessionParamsFromGlobals(
|
| globals.spdy_default_protocol.CopyToIfSet(
|
| ¶ms->spdy_default_protocol);
|
| params->next_protos = globals.next_protos;
|
| - globals.trusted_spdy_proxy.CopyToIfSet(¶ms->trusted_spdy_proxy);
|
| params->forced_spdy_exclusions = globals.forced_spdy_exclusions;
|
| globals.parse_alternative_services.CopyToIfSet(
|
| ¶ms->parse_alternative_services);
|
|
|