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.
[email protected]
Review URL: https://codereview.chromium.org/404543006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286309 0039d316-1c4b-4281-b951-d872f2087c98
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 @@
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