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

Unified Diff: chrome/browser/printing/cloud_print/privet_notifications.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_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(

Powered by Google App Engine
This is Rietveld 408576698