| 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;
|
| };
|
|
|
|
|