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

Unified Diff: chrome/browser/local_discovery/service_discovery_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/local_discovery/service_discovery_device_lister.h
diff --git a/chrome/browser/local_discovery/service_discovery_device_lister.h b/chrome/browser/local_discovery/service_discovery_device_lister.h
index 6836129406cf2bc7999ea60d9aaaf42d14e9eebd..affe3ebc68338cb69b4677cb6fb6e84792087bef 100644
--- a/chrome/browser/local_discovery/service_discovery_device_lister.h
+++ b/chrome/browser/local_discovery/service_discovery_device_lister.h
@@ -33,7 +33,7 @@ class ServiceDiscoveryDeviceLister {
virtual ~ServiceDiscoveryDeviceLister();
void Start();
- void DiscoverNewDevices(bool force_update);
+ void DiscoverNewDevices();
const std::string& service_type() const { return service_type_; }

Powered by Google App Engine
This is Rietveld 408576698