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

Unified Diff: chrome/common/local_discovery/service_discovery_client.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/common/local_discovery/service_discovery_client.h
diff --git a/chrome/common/local_discovery/service_discovery_client.h b/chrome/common/local_discovery/service_discovery_client.h
index 5a8661495f8bb38d792477e683f5973c2f17f98b..9b1b6ba328c08c707cbb05ae7d326e4dde800fc0 100644
--- a/chrome/common/local_discovery/service_discovery_client.h
+++ b/chrome/common/local_discovery/service_discovery_client.h
@@ -67,6 +67,8 @@ class ServiceWatcher {
// Probe for services of this type.
virtual void DiscoverNewServices(bool force_update) = 0;
+ virtual void SetActivelyRefreshServices(bool actively_refresh_services) = 0;
+
virtual std::string GetServiceType() const = 0;
};

Powered by Google App Engine
This is Rietveld 408576698