| Index: chrome/browser/printing/cloud_print/privet_notifications.cc
|
| diff --git a/chrome/browser/printing/cloud_print/privet_notifications.cc b/chrome/browser/printing/cloud_print/privet_notifications.cc
|
| index 060461e61bf6041b9f88d3aef2ba0e455b474baf..4b21d9e805481f71fd08fa91b6a3bbbbc2bcb9df 100644
|
| --- a/chrome/browser/printing/cloud_print/privet_notifications.cc
|
| +++ b/chrome/browser/printing/cloud_print/privet_notifications.cc
|
| @@ -339,7 +339,7 @@ void PrivetNotificationService::StartLister() {
|
| device_lister_.reset(
|
| new PrivetDeviceListerImpl(service_discovery_client_.get(), this));
|
| device_lister_->Start();
|
| - device_lister_->DiscoverNewDevices(false);
|
| + device_lister_->DiscoverNewDevices();
|
|
|
| std::unique_ptr<PrivetHTTPAsynchronousFactory> http_factory(
|
| PrivetHTTPAsynchronousFactory::CreateInstance(
|
|
|