| Index: chrome/browser/local_discovery/service_discovery_client_mac.mm
|
| diff --git a/chrome/browser/local_discovery/service_discovery_client_mac.mm b/chrome/browser/local_discovery/service_discovery_client_mac.mm
|
| index f5cbf5ad382e68bea4dab7a1f73b44c124b41734..38f709e099497704c987c00964dec88643951603 100644
|
| --- a/chrome/browser/local_discovery/service_discovery_client_mac.mm
|
| +++ b/chrome/browser/local_discovery/service_discovery_client_mac.mm
|
| @@ -271,7 +271,7 @@ void ServiceWatcherImplMac::Start() {
|
| started_ = true;
|
| }
|
|
|
| -void ServiceWatcherImplMac::DiscoverNewServices(bool force_update) {
|
| +void ServiceWatcherImplMac::DiscoverNewServices() {
|
| DCHECK(started_);
|
| VLOG(1) << "ServiceWatcherImplMac::DiscoverNewServices";
|
| container_->DiscoverNewServices();
|
|
|