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

Unified Diff: chrome/browser/local_discovery/service_discovery_client_mac.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/browser/local_discovery/service_discovery_client_mac.h
diff --git a/chrome/browser/local_discovery/service_discovery_client_mac.h b/chrome/browser/local_discovery/service_discovery_client_mac.h
index 55841baa4fcabe6de57ab38dd69af19f2e9a8014..7a983522ffb70af2346c5758f0941b7c9aa0875d 100644
--- a/chrome/browser/local_discovery/service_discovery_client_mac.h
+++ b/chrome/browser/local_discovery/service_discovery_client_mac.h
@@ -50,6 +50,8 @@ class ServiceWatcherImplMac : public ServiceWatcher {
virtual void Start() OVERRIDE;
virtual void DiscoverNewServices(bool force_update) OVERRIDE;
+ virtual void SetActivelyRefreshServices(
+ bool actively_refresh_services) OVERRIDE;
virtual std::string GetServiceType() const OVERRIDE;
std::string service_type_;

Powered by Google App Engine
This is Rietveld 408576698