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

Unified Diff: chrome/browser/extensions/event_names.h

Issue 177113013: Bluetooth: add Device events, and cleanup JS API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@arman-patch
Patch Set: Created 6 years, 10 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/event_names.h
diff --git a/chrome/browser/extensions/event_names.h b/chrome/browser/extensions/event_names.h
index b821aa8970147f11520957b466f7502061e9cf48..e98568f728344bfc3d3479abd6fb16d5a5c9d081 100644
--- a/chrome/browser/extensions/event_names.h
+++ b/chrome/browser/extensions/event_names.h
@@ -26,9 +26,9 @@ extern const char kOnInputMethodChanged[];
extern const char kOnContextMenus[];
// Bluetooth.
-extern const char kBluetoothOnDeviceDiscovered[];
-extern const char kBluetoothOnDeviceSearchFinished[];
-extern const char kBluetoothOnDeviceSearchResult[];
+extern const char kBluetoothOnDeviceAdded[];
rpaquay 2014/03/06 00:11:19 These constants are automatically generated in blu
keybuk 2014/03/06 21:33:44 Done.
+extern const char kBluetoothOnDeviceChanged[];
+extern const char kBluetoothOnDeviceRemoved[];
// Notifications.
extern const char kOnNotificationError[];

Powered by Google App Engine
This is Rietveld 408576698