Index: chrome/browser/extensions/event_names.cc |
diff --git a/chrome/browser/extensions/event_names.cc b/chrome/browser/extensions/event_names.cc |
index 5726136da7897b23c89ed0379f0beb752c4008e5..e5746f565aff6508493e7b86117a99050505c6d3 100644 |
--- a/chrome/browser/extensions/event_names.cc |
+++ b/chrome/browser/extensions/event_names.cc |
@@ -12,10 +12,9 @@ const char kOnInputMethodChanged[] = "inputMethodPrivate.onChanged"; |
const char kOnContextMenus[] = "contextMenus"; |
-const char kBluetoothOnDeviceDiscovered[] = "bluetooth.onDeviceDiscovered"; |
-const char kBluetoothOnDeviceSearchFinished[] = |
- "bluetooth.onDeviceSearchFinished"; |
-const char kBluetoothOnDeviceSearchResult[] = "bluetooth.onDeviceSearchResult"; |
+const char kBluetoothOnDeviceAdded[] = "bluetooth.onDeviceAdded"; |
+const char kBluetoothOnDeviceChanged[] = "bluetooth.onDeviceChanged"; |
+const char kBluetoothOnDeviceRemoved[] = "bluetooth.onDeviceRemoved"; |
rpaquay
2014/03/06 00:11:19
Same as for header file: these constants should no
keybuk
2014/03/06 21:33:44
Done.
|
const char kOnNotificationError[] = "notifications.onError"; |