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

Unified Diff: chrome/browser/devtools/device/cast_device_provider.cc

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
« no previous file with comments | « no previous file | chrome/browser/local_discovery/service_discovery_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/devtools/device/cast_device_provider.cc
diff --git a/chrome/browser/devtools/device/cast_device_provider.cc b/chrome/browser/devtools/device/cast_device_provider.cc
index 8ee6714b2c5caa2f8be4be6c741f209ed5d9ae2c..53d8e6d02dd51d0994dbb3556904f10f685aa854 100644
--- a/chrome/browser/devtools/device/cast_device_provider.cc
+++ b/chrome/browser/devtools/device/cast_device_provider.cc
@@ -7,6 +7,7 @@
#include <map>
#include <set>
#include <string>
+#include <utility>
#include <vector>
#include "base/single_thread_task_runner.h"
@@ -104,7 +105,7 @@ class CastDeviceProvider::DeviceListerDelegate
device_lister_.reset(new ServiceDiscoveryDeviceLister(
this, service_discovery_client_.get(), kCastServiceType));
device_lister_->Start();
- device_lister_->DiscoverNewDevices(true);
+ device_lister_->DiscoverNewDevices();
}
// ServiceDiscoveryDeviceLister::Delegate implementation:
« no previous file with comments | « no previous file | chrome/browser/local_discovery/service_discovery_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698