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

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 1737423002: bluetooth: Add Web Bluetooth blacklist checks to readValue & writeValue. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bt-blacklist-char-
Patch Set: addressed ortuno Created 4 years, 9 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:
Download patch
« no previous file with comments | « third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothError.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 48a664d52cd0c77b414b1e628f00b236a998c41e..7543e5d627cdc8eabca6081e8295c7bb930ccd20 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -82643,6 +82643,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="10" label="Not Authorized"/>
<int value="11" label="Not Paired"/>
<int value="12" label="Not Supported"/>
+ <int value="13" label="Blacklisted"/>
</enum>
<enum name="WebBluetoothGetCharacteristicOutcome" type="int">
« no previous file with comments | « third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothError.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698