diff options
Diffstat (limited to 'chrome/common/local_discovery/service_discovery_client.h')
| -rw-r--r-- | chrome/common/local_discovery/service_discovery_client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/local_discovery/service_discovery_client.h b/chrome/common/local_discovery/service_discovery_client.h index 5a86614..9b1b6ba 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; }; |
