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

Unified Diff: chrome/browser/local_discovery/privet_notifications_unittest.cc

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 | « chrome/browser/local_discovery/privet_http_asynchronous_factory_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/local_discovery/privet_notifications_unittest.cc
diff --git a/chrome/browser/local_discovery/privet_notifications_unittest.cc b/chrome/browser/local_discovery/privet_notifications_unittest.cc
index 089e3aa2615112abf6ce6bccbf5ce043926125b6..5ee723d6b89b1e7a66f59b0d2c4658b55fb529a2 100644
--- a/chrome/browser/local_discovery/privet_notifications_unittest.cc
+++ b/chrome/browser/local_discovery/privet_notifications_unittest.cc
@@ -53,6 +53,10 @@ class MockPrivetHttpFactory : public PrivetHTTPAsynchronousFactory {
name_, net::HostPortPair("1.2.3.4", 8080), request_context_.get())));
}
+ void Start(const ResultCallback& callback) override {
+ Start(net::HostPortPair(), callback);
+ }
+
const std::string& GetName() override { return name_; }
private:
« no previous file with comments | « chrome/browser/local_discovery/privet_http_asynchronous_factory_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698