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

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

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.h
diff --git a/content/browser/bluetooth/bluetooth_blocklist.h b/content/browser/bluetooth/bluetooth_blocklist.h
index 71807e41ce07ab2b3c40782e0eda735b333af705..c719b571fae77f1e86fda68b041e4790b8e562a1 100644
--- a/content/browser/bluetooth/bluetooth_blocklist.h
+++ b/content/browser/bluetooth/bluetooth_blocklist.h
@@ -65,7 +65,7 @@ class CONTENT_EXPORT BluetoothBlocklist final {
// Returns if any UUID in a set of filters is excluded from all operations.
// UUID must be valid.
bool IsExcluded(
- const std::vector<blink::mojom::WebBluetoothScanFilterPtr>& filters);
+ const std::vector<blink::mojom::WebBluetoothLeScanFilterPtr>& filters);
// Returns if a UUID is excluded from read operations. UUID must be valid.
bool IsExcludedFromReads(const device::BluetoothUUID&) const;
« no previous file with comments | « content/browser/bluetooth/bluetooth_allowed_devices_unittest.cc ('k') | content/browser/bluetooth/bluetooth_blocklist.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698