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

Unified Diff: chrome/browser/printing/cloud_print/privet_device_lister.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.h
diff --git a/chrome/browser/printing/cloud_print/privet_device_lister.h b/chrome/browser/printing/cloud_print/privet_device_lister.h
index 0acee4c7f7932dd9552b554ad49bba1aea36c8f1..44aba0445577548afd8d81aa8f5a27d6cc40b19b 100644
--- a/chrome/browser/printing/cloud_print/privet_device_lister.h
+++ b/chrome/browser/printing/cloud_print/privet_device_lister.h
@@ -28,7 +28,7 @@ class PrivetDeviceLister {
// Start the PrivetServiceLister.
virtual void Start() = 0;
- virtual void DiscoverNewDevices(bool force_update) = 0;
+ virtual void DiscoverNewDevices() = 0;
};
} // namespace cloud_print

Powered by Google App Engine
This is Rietveld 408576698