Index: chrome/browser/local_discovery/privet_http_impl.h |
diff --git a/chrome/browser/local_discovery/privet_http_impl.h b/chrome/browser/local_discovery/privet_http_impl.h |
index 86fd8e7d45b8aca9fbefaacdff809873d503342e..b0a3a34f7d74bad08a0472e3444f89b71d9c8326 100644 |
--- a/chrome/browser/local_discovery/privet_http_impl.h |
+++ b/chrome/browser/local_discovery/privet_http_impl.h |
@@ -253,9 +253,7 @@ class PrivetHTTPClientImpl : public PrivetHTTPClient { |
PrivetURLFetcher::Delegate* delegate) override; |
void RefreshPrivetToken( |
const PrivetURLFetcher::TokenCallback& token_callback) override; |
- void SwitchToHttps( |
- uint16_t port, |
- const net::SHA256HashValue& certificate_fingerprint) override; |
+ void SwitchToHttps(uint16_t port) override; |
bool IsInHttpsMode() const override; |
std::string GetHost() const override; |