| Index: chrome/browser/local_discovery/privet_http_impl.cc
|
| diff --git a/chrome/browser/local_discovery/privet_http_impl.cc b/chrome/browser/local_discovery/privet_http_impl.cc
|
| index ff43e246238ba27c9b50caccbce7d1413f883608..d3861ff185fecf2d6e00c7f88753f5eb0f8cf93a 100644
|
| --- a/chrome/browser/local_discovery/privet_http_impl.cc
|
| +++ b/chrome/browser/local_discovery/privet_http_impl.cc
|
| @@ -739,13 +739,9 @@ void PrivetHTTPClientImpl::RefreshPrivetToken(
|
| }
|
| }
|
|
|
| -void PrivetHTTPClientImpl::SwitchToHttps(
|
| - uint16_t port,
|
| - const net::SHA256HashValue& certificate_fingerprint) {
|
| +void PrivetHTTPClientImpl::SwitchToHttps(uint16_t port) {
|
| use_https_ = true;
|
| host_port_.set_port(port);
|
| - context_getter_ = new extensions::PrivetV3ContextGetter(
|
| - context_getter_->GetNetworkTaskRunner(), certificate_fingerprint);
|
| }
|
|
|
| bool PrivetHTTPClientImpl::IsInHttpsMode() const {
|
|
|