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

Unified Diff: chrome/browser/local_discovery/service_discovery_client_mac.mm

Issue 141583010: Add "actively refresh services" method to ServiceDiscoveryClient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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_mac.mm
diff --git a/chrome/browser/local_discovery/service_discovery_client_mac.mm b/chrome/browser/local_discovery/service_discovery_client_mac.mm
index bca3ade1deedb36bc7a2e58211f9a7a4836ed5e9..b6adef5fc7c587fdc63d9c59c6aeca6c370aa1d5 100644
--- a/chrome/browser/local_discovery/service_discovery_client_mac.mm
+++ b/chrome/browser/local_discovery/service_discovery_client_mac.mm
@@ -164,6 +164,12 @@ void ServiceWatcherImplMac::DiscoverNewServices(bool force_update) {
inDomain:[NSString stringWithUTF8String:domain.c_str()]];
}
+void ServiceWatcherImplMac::SetActivelyRefreshServices(
+ bool actively_refresh_services) {
+ DCHECK(started_);
+ // TODO(noamsml): Implement this method.
+}
+
std::string ServiceWatcherImplMac::GetServiceType() const {
return service_type_;
}

Powered by Google App Engine
This is Rietveld 408576698