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

Unified Diff: extensions/browser/extension_function_histogram_value.h

Issue 1915243003: API Bindings for GATT server functionality. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@adapter_and_tests
Patch Set: Created 4 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: extensions/browser/extension_function_histogram_value.h
diff --git a/extensions/browser/extension_function_histogram_value.h b/extensions/browser/extension_function_histogram_value.h
index 85c282504cc7c24d1d9f5ef8f9da83163780bba9..64655cca2ed6663fd6ac74e836db32c115b3f08b 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -1179,6 +1179,12 @@ enum HistogramValue {
PASSWORDSPRIVATE_GETSAVEDPASSWORDLIST,
PASSWORDSPRIVATE_GETPASSWORDEXCEPTIONLIST,
INPUTMETHODPRIVATE_OPENOPTIONSPAGE,
+ BLUETOOTHLOWENERGY_CREATESERVICE,
+ BLUETOOTHLOWENERGY_CREATECHARACTERISTIC,
+ BLUETOOTHLOWENERGY_CREATEDESCRIPTOR,
+ BLUETOOTHLOWENERGY_REGISTERSERVICE,
+ BLUETOOTHLOWENERGY_UNREGISTERSERVICE,
+ BLUETOOTHLOWENERGY_SENDREQUESTRESPONSE,
// Last entry: Add new entries above, then run:
// python tools/metrics/histograms/update_extension_histograms.py
ENUM_BOUNDARY

Powered by Google App Engine
This is Rietveld 408576698