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

Unified Diff: chrome/browser/local_discovery/service_discovery_client.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_client.h
diff --git a/chrome/browser/local_discovery/service_discovery_client.h b/chrome/browser/local_discovery/service_discovery_client.h
index 63d3be2a6ce6fbba833c9bfc23e8b05430856494..70627f3edd93c1722a27b714f15bda1f9630b5cb 100644
--- a/chrome/browser/local_discovery/service_discovery_client.h
+++ b/chrome/browser/local_discovery/service_discovery_client.h
@@ -63,7 +63,7 @@ class ServiceWatcher {
virtual void Start() = 0;
// Probe for services of this type.
- virtual void DiscoverNewServices(bool force_update) = 0;
+ virtual void DiscoverNewServices() = 0;
virtual void SetActivelyRefreshServices(bool actively_refresh_services) = 0;
« no previous file with comments | « chrome/browser/devtools/device/cast_device_provider.cc ('k') | chrome/browser/local_discovery/service_discovery_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698