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

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 5c548801f3cd0540ee86c1c8850e96fc03c7925d..0d1d7308a177769d65cfb183e5b35717aaf1ae39 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -1180,6 +1180,12 @@ enum HistogramValue {
PASSWORDSPRIVATE_GETPASSWORDEXCEPTIONLIST,
INPUTMETHODPRIVATE_OPENOPTIONSPAGE,
FEEDBACKPRIVATE_LOGSRTPROMPTRESULT,
+ 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
« no previous file with comments | « chrome/test/data/extensions/api_test/stubs_app/manifest.json ('k') | extensions/common/api/_api_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698