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

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

Issue 2727683003: bluetooth: Clean up connection errors (Closed)
Patch Set: merge Created 3 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:
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 871722a5bea6150d3de9b761c6eb2b04bca2c7e0..a32767724fc87829116fb20c587a9851c940a655 100644
--- a/content/browser/bluetooth/bluetooth_metrics.h
+++ b/content/browser/bluetooth/bluetooth_metrics.h
@@ -114,13 +114,6 @@ enum class UMAConnectGATTOutcome {
AUTH_REJECTED = 7,
AUTH_TIMEOUT = 8,
UNSUPPORTED_DEVICE = 9,
- ATTRIBUTE_LENGTH_INVALID = 10,
- CONNECTION_CONGESTED = 11,
- INSUFFICIENT_ENCRYPTION = 12,
- OFFSET_INVALID = 13,
- READ_NOT_PERMITTED = 14,
- REQUEST_NOT_SUPPORTED = 15,
- WRITE_NOT_PERMITTED = 16,
// Note: Add new ConnectGATT 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