summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorisherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-29 21:51:25 +0000
committerisherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-29 21:51:25 +0000
commit4bb56aaf4b966840f74b7296e5328fc33a2f999d (patch)
tree6857aac38382172fa34eacc96bc8ae5e8514e99a /extensions
parent4ba58a8d9c463d1e04e02c1b70bdb8ba1f90a14e (diff)
downloadchromium_src-4bb56aaf4b966840f74b7296e5328fc33a2f999d.zip
chromium_src-4bb56aaf4b966840f74b7296e5328fc33a2f999d.tar.gz
chromium_src-4bb56aaf4b966840f74b7296e5328fc33a2f999d.tar.bz2
Add a private Bluetooth API to connect to the SDP service on a remote device (ChromeOS only).
BUG=387122 TEST= 1. Create an app that can call easyUnlockPrivate APIs. 2. Call chrome.easyUnlockPrivate.seekBluetoothDeviceByAddress(), passing in the Bluetooth address of an unpaired device. 3. The connection should succeed, and the DeviceAdded callback should be called. R=tengs@chromium.org Review URL: https://codereview.chromium.org/404543006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286309 0039d316-1c4b-4281-b951-d872f2087c98
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 6297a5b..2f3c33c 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -910,6 +910,7 @@ enum HistogramValue {
SOCKET_SECURE,
SOCKETS_TCP_SECURE,
EXPERIENCESAMPLINGPRIVATE_GETBROWSERINFO,
+ EASYUNLOCKPRIVATE_SEEKBLUETOOTHDEVICEBYADDRESS,
// Last entry: Add new entries above and ensure to update
// tools/metrics/histograms/histograms/histograms.xml.
ENUM_BOUNDARY