Index: chrome/browser/local_discovery/privet_http_asynchronous_factory.h |
diff --git a/chrome/browser/local_discovery/privet_http_asynchronous_factory.h b/chrome/browser/local_discovery/privet_http_asynchronous_factory.h |
index 5e29562defb57baeb31ee4ade00b43aa720d8a8a..cea62bf885c3932c860eb6850fdd9aa06f6c7a57 100644 |
--- a/chrome/browser/local_discovery/privet_http_asynchronous_factory.h |
+++ b/chrome/browser/local_discovery/privet_http_asynchronous_factory.h |
@@ -25,6 +25,8 @@ class PrivetHTTPResolution { |
virtual ~PrivetHTTPResolution() {} |
+ virtual void Start(const ResultCallback& callback) = 0; |
+ |
virtual void Start(const net::HostPortPair& address, |
const ResultCallback& callback) = 0; |