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