| Index: chrome/browser/local_discovery/privet_http.h
|
| diff --git a/chrome/browser/local_discovery/privet_http.h b/chrome/browser/local_discovery/privet_http.h
|
| index f2d29d8b827ee25fd61b1a50ca8d8ae310e95474..607be5bed0ccff90d5f1e35a279a9f0df4e098bc 100644
|
| --- a/chrome/browser/local_discovery/privet_http.h
|
| +++ b/chrome/browser/local_discovery/privet_http.h
|
| @@ -75,9 +75,7 @@ class PrivetHTTPClient {
|
| // fingerprint.
|
| // For more information on this protocol:
|
| // https://developers.google.com/cloud-devices/v1/reference/local-api/pairing_start
|
| - virtual void SwitchToHttps(
|
| - uint16_t port,
|
| - const net::SHA256HashValue& certificate_fingerprint) = 0;
|
| + virtual void SwitchToHttps(uint16_t port) = 0;
|
|
|
| virtual bool IsInHttpsMode() const = 0;
|
|
|
|
|