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

Unified Diff: chrome/utility/local_discovery/service_discovery_client_impl.h

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
Index: chrome/utility/local_discovery/service_discovery_client_impl.h
diff --git a/chrome/utility/local_discovery/service_discovery_client_impl.h b/chrome/utility/local_discovery/service_discovery_client_impl.h
index 0593feda4170237cdbd6ae7485803c2b63ebfc94..3d4e52a0245ec45f117762ec7c2cc7821319653e 100644
--- a/chrome/utility/local_discovery/service_discovery_client_impl.h
+++ b/chrome/utility/local_discovery/service_discovery_client_impl.h
@@ -60,6 +60,9 @@ class ServiceWatcherImpl : public ServiceWatcher,
virtual void DiscoverNewServices(bool force_update) OVERRIDE;
+ virtual void SetActivelyRefreshServices(
+ bool actively_refresh_services) OVERRIDE;
+
virtual std::string GetServiceType() const OVERRIDE;
virtual void OnRecordUpdate(net::MDnsListener::UpdateType update,

Powered by Google App Engine
This is Rietveld 408576698