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

Unified Diff: third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom

Issue 2554253002: bluetooth: web: Rename Blacklist to Blocklist (Closed)
Patch Set: Created 4 years 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: third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
diff --git a/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom b/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
index 3b2fa0a69bf2a3479449a6317d4ff12156d5f90a..aa6d4861772fda338699b96511ec873afa9d502f 100644
--- a/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
+++ b/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
@@ -61,12 +61,12 @@ enum WebBluetoothResult {
GATT_UNTRANSLATED_ERROR_CODE,
// SecurityError:
GATT_NOT_AUTHORIZED,
- BLACKLISTED_CHARACTERISTIC_UUID,
- BLACKLISTED_READ,
- BLACKLISTED_WRITE,
+ BLOCKLISTED_CHARACTERISTIC_UUID,
+ BLOCKLISTED_READ,
+ BLOCKLISTED_WRITE,
NOT_ALLOWED_TO_ACCESS_ANY_SERVICE,
NOT_ALLOWED_TO_ACCESS_SERVICE,
- REQUEST_DEVICE_WITH_BLACKLISTED_UUID,
+ REQUEST_DEVICE_WITH_BLOCKLISTED_UUID,
REQUEST_DEVICE_FROM_CROSS_ORIGIN_IFRAME,
REQUEST_DEVICE_WITHOUT_FRAME,
};
@@ -131,7 +131,7 @@ interface WebBluetoothService {
RemoteServerDisconnect(WebBluetoothDeviceId device_id);
// If |services_uuid| is present, returns services with |services_uuid|.
- // Otherwise returns all non-blacklisted services.
+ // Otherwise returns all non-blocklisted services.
// If |quantity| == WebBluetoothGATTQueryQuantity::SINGLE, only one
// service will be returned.
RemoteServerGetPrimaryServices(
« no previous file with comments | « third_party/WebKit/Source/modules/bluetooth/testing/clusterfuzz/wbt_fakes.py ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698