summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorsacomoto <sacomoto@chromium.org>2015-09-16 13:59:56 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-16 21:01:12 +0000
commit764f74b32def9d82e3c3161b2e4fa2c606bd6cf0 (patch)
treeee878850278daec4a3fae650deb2d921cd8f05dd /extensions
parent49b0d73f3ebb4801fc518751145504af3a2f70ed (diff)
downloadchromium_src-764f74b32def9d82e3c3161b2e4fa2c606bd6cf0.zip
chromium_src-764f74b32def9d82e3c3161b2e4fa2c606bd6cf0.tar.gz
chromium_src-764f74b32def9d82e3c3161b2e4fa2c606bd6cf0.tar.bz2
Exposing a new BLE connection finder JS API in chrome.easyUnlockPrivate.
This CL exposes the chrome.easyUnlockPrivata.findSetupBleConnection API to look for BLE devices advertising a given service UUID and device name. TEST=manual BUG=528274 Review URL: https://codereview.chromium.org/1321633004 Cr-Commit-Position: refs/heads/master@{#349230}
Diffstat (limited to 'extensions')
-rw-r--r--extensions/browser/extension_function_histogram_value.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/browser/extension_function_histogram_value.h b/extensions/browser/extension_function_histogram_value.h
index 3dfd0a1..53b98cd 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -1141,6 +1141,7 @@ enum HistogramValue {
CERTIFICATEPROVIDERINTERNAL_REPORTSIGNATURE,
CERTIFICATEPROVIDERINTERNAL_REPORTCERTIFICATES,
BLUETOOTHPRIVATE_PAIR,
+ EASYUNLOCKPRIVATE_FINDSETUPCONNECTION,
// Last entry: Add new entries above, then run:
// python tools/metrics/histograms/update_extension_histograms.py
ENUM_BOUNDARY