summaryrefslogtreecommitdiffstats
path: root/extensions/browser/extension_event_histogram_value.h
diff options
context:
space:
mode:
authorsacomoto <sacomoto@chromium.org>2015-09-18 04:11:21 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-18 11:11:59 +0000
commit4d303ae9785a772691c750aa254dd5db7fec156c (patch)
tree2cb0ca189d35c08372721d6794b1cb4e3e62a40f /extensions/browser/extension_event_histogram_value.h
parent6d4535c3589e59782a5f27b03763a02a03973898 (diff)
downloadchromium_src-4d303ae9785a772691c750aa254dd5db7fec156c.zip
chromium_src-4d303ae9785a772691c750aa254dd5db7fec156c.tar.gz
chromium_src-4d303ae9785a772691c750aa254dd5db7fec156c.tar.bz2
Exposing a new BLE connection API in the EasyUnlock private JS API.
The connection manager observe the connection events and dispatches them to the JS API. The BLE connections are managed using the ApiResourceManager. The EasyUnlockPrivateConnection is a wrapper for a proximity_auth::Connection, and its lifetime is managed by the ApiResourceManager. BUG=528274 Review URL: https://codereview.chromium.org/1333343002 Cr-Commit-Position: refs/heads/master@{#349650}
Diffstat (limited to 'extensions/browser/extension_event_histogram_value.h')
-rw-r--r--extensions/browser/extension_event_histogram_value.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/browser/extension_event_histogram_value.h b/extensions/browser/extension_event_histogram_value.h
index 1821cbf..8a2bf65 100644
--- a/extensions/browser/extension_event_histogram_value.h
+++ b/extensions/browser/extension_event_histogram_value.h
@@ -407,6 +407,9 @@ enum HistogramValue {
WEB_VIEW_INTERNAL_ON_BEFORE_REDIRECT,
WEB_VIEW_INTERNAL_ON_ERROR_OCCURRED,
WEB_VIEW_INTERNAL_ON_SEND_HEADERS,
+ EASY_UNLOCK_PRIVATE_ON_CONNECTION_STATUS_CHANGED,
+ EASY_UNLOCK_PRIVATE_ON_DATA_RECEIVED,
+ EASY_UNLOCK_PRIVATE_ON_SEND_COMPLETED,
// Last entry: Add new entries above, then run:
// python tools/metrics/histograms/update_extension_histograms.py
ENUM_BOUNDARY