Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6053)

Unified Diff: chrome/browser/printing/cloud_print/privet_local_printer_lister.cc

Issue 2963613002: Remove the (broken and unneeded) 'force_update' option from ServiceWatcher::DiscoverNewDevices. (Closed)
Patch Set: Fixup yet another mac site revealed by CQ Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {

Powered by Google App Engine
This is Rietveld 408576698