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

Unified Diff: chrome/browser/printing/cloud_print/privet_device_lister_impl.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_device_lister_impl.cc
diff --git a/chrome/browser/printing/cloud_print/privet_device_lister_impl.cc b/chrome/browser/printing/cloud_print/privet_device_lister_impl.cc
index eb8e46b26da2f258d719ad1bcd90187ab099e0dc..46c8ebfcbcc14a9c8e4b6df6965a1ac836d530a5 100644
--- a/chrome/browser/printing/cloud_print/privet_device_lister_impl.cc
+++ b/chrome/browser/printing/cloud_print/privet_device_lister_impl.cc
@@ -24,8 +24,8 @@ void PrivetDeviceListerImpl::Start() {
device_lister_.Start();
}
-void PrivetDeviceListerImpl::DiscoverNewDevices(bool force_update) {
- device_lister_.DiscoverNewDevices(force_update);
+void PrivetDeviceListerImpl::DiscoverNewDevices() {
+ device_lister_.DiscoverNewDevices();
}
void PrivetDeviceListerImpl::OnDeviceChanged(

Powered by Google App Engine
This is Rietveld 408576698