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

Unified Diff: chrome/browser/printing/cloud_print/privet_device_lister_impl.h

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.h
diff --git a/chrome/browser/printing/cloud_print/privet_device_lister_impl.h b/chrome/browser/printing/cloud_print/privet_device_lister_impl.h
index 1f5c5a7ceb3892996bb19fcd7eae6d5544178780..5eeff67fec17564c2c7edd787538e8d0f65071a8 100644
--- a/chrome/browser/printing/cloud_print/privet_device_lister_impl.h
+++ b/chrome/browser/printing/cloud_print/privet_device_lister_impl.h
@@ -27,7 +27,7 @@ class PrivetDeviceListerImpl
// PrivetDeviceLister:
void Start() override;
- void DiscoverNewDevices(bool force_update) override;
+ void DiscoverNewDevices() override;
protected:
// ServiceDiscoveryDeviceLister:

Powered by Google App Engine
This is Rietveld 408576698