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

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

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: content/browser/bluetooth/bluetooth_metrics.h
diff --git a/content/browser/bluetooth/bluetooth_metrics.h b/content/browser/bluetooth/bluetooth_metrics.h
index 9fbaaafab96c4d045c0ea5c189e8097a82bfabbf..76e635724da23afc8e60dcee857374016bd72f40 100644
--- a/content/browser/bluetooth/bluetooth_metrics.h
+++ b/content/browser/bluetooth/bluetooth_metrics.h
@@ -66,7 +66,7 @@ enum class UMARequestDeviceOutcome {
CHOSEN_DEVICE_VANISHED = 8,
BLUETOOTH_CHOOSER_CANCELLED = 9,
BLUETOOTH_CHOOSER_DENIED_PERMISSION = 10,
- BLACKLISTED_SERVICE_IN_FILTER = 11,
+ BLOCKLISTED_SERVICE_IN_FILTER = 11,
BLUETOOTH_OVERVIEW_HELP_LINK_PRESSED = 12,
ADAPTER_OFF_HELP_LINK_PRESSED = 13,
NEED_LOCATION_HELP_LINK_PRESSED = 14,
@@ -178,7 +178,7 @@ enum class UMAGetCharacteristicOutcome {
NO_DEVICE = 1,
NO_SERVICE = 2,
NOT_FOUND = 3,
- BLACKLISTED = 4,
+ BLOCKLISTED = 4,
NO_CHARACTERISTICS = 5,
// Note: Add new outcomes immediately above this line.
// Make sure to update the enum list in
@@ -225,7 +225,7 @@ enum UMAGATTOperationOutcome {
NOT_AUTHORIZED = 10,
NOT_PAIRED = 11,
NOT_SUPPORTED = 12,
- BLACKLISTED = 13,
+ BLOCKLISTED = 13,
// Note: Add new GATT Outcomes immediately above this line.
// Make sure to update the enum list in
// tools/metrics/histograms/histograms.xml accordingly.

Powered by Google App Engine
This is Rietveld 408576698