Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2046)

Unified Diff: chrome/browser/local_discovery/privet_http_asynchronous_factory.h

Issue 948283005: Added PrivetHTTPResolution::Start for service name only (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@no_start
Patch Set: Wed Feb 25 15:43:16 PST 2015 Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/local_discovery/privet_http_asynchronous_factory_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | chrome/browser/local_discovery/privet_http_asynchronous_factory_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698