summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorarmansito@chromium.org <armansito@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-20 11:03:25 +0000
committerarmansito@chromium.org <armansito@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-20 11:03:25 +0000
commitab76c69a7c02c54d33de730886251e90987b7125 (patch)
treedc92f1a6c6d97dfb90414fc4087f1a08cb078e39 /extensions
parentcdec0e078a6e13a6d1eaf482da3f8db66498bfc6 (diff)
downloadchromium_src-ab76c69a7c02c54d33de730886251e90987b7125.zip
chromium_src-ab76c69a7c02c54d33de730886251e90987b7125.tar.gz
chromium_src-ab76c69a7c02c54d33de730886251e90987b7125.tar.bz2
chrome.bluetoothLowEnergy: Introduce connect and disconnect methods.
This CL introduces the connect and disconnect methods to the bluetoothLowEnergy API, which allow an app to initiate and hold on to the connection to a low energy device. The API calls internally manage the allocation of an API resource corresponding to a per app, per device device::BluetoothGattConnection object. BUG=381305 TEST=browser_tests --gtest_filter=BluetoothLowEnergyApiTest.* Review URL: https://codereview.chromium.org/349433002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278669 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'extensions')
-rw-r--r--extensions/browser/extension_function_histogram_value.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/browser/extension_function_histogram_value.h b/extensions/browser/extension_function_histogram_value.h
index da838f8..163dc8b 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -851,6 +851,8 @@ enum HistogramValue {
INPUTMETHODPRIVATE_GETINPUTMETHODS,
IDENTITY_GETPROFILEUSERINFO,
VIRTUALKEYBOARDPRIVATE_OPENSETTINGS,
+ BLUETOOTHLOWENERGY_CONNECT,
+ BLUETOOTHLOWENERGY_DISCONNECT,
// Last entry: Add new entries above and ensure to update
// tools/metrics/histograms/histograms/histograms.xml.
ENUM_BOUNDARY