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

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

Issue 141583010: Add "actively refresh services" method to ServiceDiscoveryClient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/service_discovery_client_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/local_discovery/privet_device_lister_unittest.cc
diff --git a/chrome/browser/local_discovery/privet_device_lister_unittest.cc b/chrome/browser/local_discovery/privet_device_lister_unittest.cc
index c352e065c1df0a33d6c17892fa8f73583b00eeb0..4f3b9c931007bb9c98d005907bc1245f2f617f90 100644
--- a/chrome/browser/local_discovery/privet_device_lister_unittest.cc
+++ b/chrome/browser/local_discovery/privet_device_lister_unittest.cc
@@ -45,6 +45,9 @@ class MockServiceWatcher : public ServiceWatcher {
MOCK_METHOD1(DiscoverNewServices, void(bool force_update));
+ MOCK_METHOD1(SetActivelyRefreshServices, void(
+ bool actively_refresh_services));
+
virtual std::string GetServiceType() const {
return service_type_;
}
« no previous file with comments | « no previous file | chrome/browser/local_discovery/service_discovery_client_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698