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

Unified Diff: content/browser/bluetooth/bluetooth_blocklist.cc

Issue 2789243002: Rename BluetoothScanFilterInit to BluetoothLEScanFilterInit (Closed)
Patch Set: Codereview: nit Created 3 years, 8 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: content/browser/bluetooth/bluetooth_blocklist.cc
diff --git a/content/browser/bluetooth/bluetooth_blocklist.cc b/content/browser/bluetooth/bluetooth_blocklist.cc
index 4ba1dc1396212eb35b2d7c40f9aab4d6ea0dcf5d..8bcee3a5a32d19a3b22cada0b35785ce4b43da51 100644
--- a/content/browser/bluetooth/bluetooth_blocklist.cc
+++ b/content/browser/bluetooth/bluetooth_blocklist.cc
@@ -86,8 +86,8 @@ bool BluetoothBlocklist::IsExcluded(const BluetoothUUID& uuid) const {
}
bool BluetoothBlocklist::IsExcluded(
- const std::vector<blink::mojom::WebBluetoothScanFilterPtr>& filters) {
- for (const blink::mojom::WebBluetoothScanFilterPtr& filter : filters) {
+ const std::vector<blink::mojom::WebBluetoothLEScanFilterPtr>& filters) {
+ for (const blink::mojom::WebBluetoothLEScanFilterPtr& filter : filters) {
if (!filter->services) {
continue;
}

Powered by Google App Engine
This is Rietveld 408576698