summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/event_names.h
diff options
context:
space:
mode:
authorbryeung@chromium.org <bryeung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-12 19:13:05 +0000
committerbryeung@chromium.org <bryeung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-12 19:13:05 +0000
commit2c794776e5c6cafa025b41b6f4789bbf1c8fb31a (patch)
treeaa5d22d6120658c01010ed12a2ce24ff7032eda1 /chrome/browser/extensions/event_names.h
parent47dfa92f336e29e31de6f52c6b66127156eff0b4 (diff)
downloadchromium_src-2c794776e5c6cafa025b41b6f4789bbf1c8fb31a.zip
chromium_src-2c794776e5c6cafa025b41b6f4789bbf1c8fb31a.tar.gz
chromium_src-2c794776e5c6cafa025b41b6f4789bbf1c8fb31a.tar.bz2
Change getDevices to use a DeviceCallback.
This modifies the getDevices method of the bluetooth Extensions API to accept a DeviceCallback, which will be called for every matching device. This will allow more thorough, long-running searches (involving SDP queries) to be performed without slowing down access to matching devices that can be returned quickly. TEST=api test updated BUG=134545 Review URL: https://chromiumcodereview.appspot.com/10915148 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156348 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/event_names.h')
-rw-r--r--chrome/browser/extensions/event_names.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/extensions/event_names.h b/chrome/browser/extensions/event_names.h
index 54d8c6b..a196de8 100644
--- a/chrome/browser/extensions/event_names.h
+++ b/chrome/browser/extensions/event_names.h
@@ -69,6 +69,7 @@ extern const char kOnOffscreenTabUpdated[];
// Bluetooth.
extern const char kBluetoothOnAvailabilityChanged[];
extern const char kBluetoothOnDeviceDiscovered[];
+extern const char kBluetoothOnDeviceSearchResult[];
extern const char kBluetoothOnDiscoveringChanged[];
extern const char kBluetoothOnPowerChanged[];
#endif