| Index: chrome/browser/local_discovery/service_discovery_client.h
|
| diff --git a/chrome/browser/local_discovery/service_discovery_client.h b/chrome/browser/local_discovery/service_discovery_client.h
|
| index 63d3be2a6ce6fbba833c9bfc23e8b05430856494..70627f3edd93c1722a27b714f15bda1f9630b5cb 100644
|
| --- a/chrome/browser/local_discovery/service_discovery_client.h
|
| +++ b/chrome/browser/local_discovery/service_discovery_client.h
|
| @@ -63,7 +63,7 @@ class ServiceWatcher {
|
| virtual void Start() = 0;
|
|
|
| // Probe for services of this type.
|
| - virtual void DiscoverNewServices(bool force_update) = 0;
|
| + virtual void DiscoverNewServices() = 0;
|
|
|
| virtual void SetActivelyRefreshServices(bool actively_refresh_services) = 0;
|
|
|
|
|