Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(510)

Unified Diff: chrome/browser/extensions/extension_event_names.cc

Issue 10807087: Bluetooth API: add discovering changed events (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/extension_event_names.cc
diff --git a/chrome/browser/extensions/extension_event_names.cc b/chrome/browser/extensions/extension_event_names.cc
index c2d32c0902c58bac76567e06e4aa9a6bcde71128..deb8872d9c792e6aad83968914a0f32cf9db081b 100644
--- a/chrome/browser/extensions/extension_event_names.cc
+++ b/chrome/browser/extensions/extension_event_names.cc
@@ -60,6 +60,8 @@ const char kBluetoothOnAvailabilityChanged[] =
"experimental.bluetooth.onAvailabilityChanged";
const char kBluetoothOnDeviceDiscovered[] =
"experimental.bluetooth.onDeviceDiscovered";
+const char kBluetoothOnDiscoveringChanged[] =
+ "experimental.bluetooth.onDiscoveringChanged";
const char kBluetoothOnPowerChanged[] =
"experimental.bluetooth.onPowerChanged";
#endif

Powered by Google App Engine
This is Rietveld 408576698