| Index: chrome/browser/printing/cloud_print/privet_local_printer_lister.cc
|
| diff --git a/chrome/browser/printing/cloud_print/privet_local_printer_lister.cc b/chrome/browser/printing/cloud_print/privet_local_printer_lister.cc
|
| index 1b507e8dec7434a1f9e30590b0aa91da1d7bfdf8..3b62e9d4d6ea0be0fe5039b02506defdf8136761 100644
|
| --- a/chrome/browser/printing/cloud_print/privet_local_printer_lister.cc
|
| +++ b/chrome/browser/printing/cloud_print/privet_local_printer_lister.cc
|
| @@ -43,7 +43,7 @@ PrivetLocalPrinterLister::~PrivetLocalPrinterLister() {
|
|
|
| void PrivetLocalPrinterLister::Start() {
|
| privet_lister_->Start();
|
| - privet_lister_->DiscoverNewDevices(false);
|
| + privet_lister_->DiscoverNewDevices();
|
| }
|
|
|
| void PrivetLocalPrinterLister::Stop() {
|
|
|