Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / local_discovery / service_discovery_client_mac.mm
index bca3ade..b6adef5 100644 (file)
@@ -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_;
 }