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 bba696c0658ca25641721577bc6058bea9aad70e..86fd8e7d45b8aca9fbefaacdff809873d503342e 100644 |
--- a/chrome/browser/local_discovery/privet_http_impl.h |
+++ b/chrome/browser/local_discovery/privet_http_impl.h |
@@ -257,6 +257,7 @@ class PrivetHTTPClientImpl : public PrivetHTTPClient { |
uint16_t port, |
const net::SHA256HashValue& certificate_fingerprint) override; |
bool IsInHttpsMode() const override; |
+ std::string GetHost() const override; |
private: |
typedef std::vector<PrivetURLFetcher::TokenCallback> TokenCallbackVector; |