| Index: chrome/browser/local_discovery/service_discovery_client_mdns.cc
|
| diff --git a/chrome/browser/local_discovery/service_discovery_client_mdns.cc b/chrome/browser/local_discovery/service_discovery_client_mdns.cc
|
| index ff43bb8246c3837e02a7835468a06aac0799fdc1..6d4d41dd4fc6850cd590e12e45c989fb1b72a9b6 100644
|
| --- a/chrome/browser/local_discovery/service_discovery_client_mdns.cc
|
| +++ b/chrome/browser/local_discovery/service_discovery_client_mdns.cc
|
| @@ -207,11 +207,10 @@ class ServiceWatcherProxy : public ProxyBase<ServiceWatcher> {
|
| }
|
| }
|
|
|
| - void DiscoverNewServices(bool force_update) override {
|
| + void DiscoverNewServices() override {
|
| if (implementation()) {
|
| PostToMdnsThread(base::Bind(&ServiceWatcher::DiscoverNewServices,
|
| - base::Unretained(implementation()),
|
| - force_update));
|
| + base::Unretained(implementation())));
|
| }
|
| }
|
|
|
|
|