| Index: chrome/browser/local_discovery/service_discovery_device_lister.cc
|
| diff --git a/chrome/browser/local_discovery/service_discovery_device_lister.cc b/chrome/browser/local_discovery/service_discovery_device_lister.cc
|
| index d500ef8652a340dbda29fac6dbe006c70b8163af..99f56f3707270ba89a8c35d61a17f16069b04b8c 100644
|
| --- a/chrome/browser/local_discovery/service_discovery_device_lister.cc
|
| +++ b/chrome/browser/local_discovery/service_discovery_device_lister.cc
|
| @@ -40,9 +40,9 @@ void ServiceDiscoveryDeviceLister::Start() {
|
| CreateServiceWatcher();
|
| }
|
|
|
| -void ServiceDiscoveryDeviceLister::DiscoverNewDevices(bool force_update) {
|
| +void ServiceDiscoveryDeviceLister::DiscoverNewDevices() {
|
| VLOG(1) << "DiscoverNewDevices: service_type: " << service_type_;
|
| - service_watcher_->DiscoverNewServices(force_update);
|
| + service_watcher_->DiscoverNewServices();
|
| }
|
|
|
| void ServiceDiscoveryDeviceLister::OnServiceUpdated(
|
|
|