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

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..97aea3e0fdad85a4040a39e5c8adee4bcf55feef 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;
}
« no previous file with comments | « content/browser/bluetooth/bluetooth_blocklist.h ('k') | content/browser/bluetooth/bluetooth_blocklist_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698