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

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

Issue 177113013: Bluetooth: add Device events, and cleanup JS API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@arman-patch
Patch Set: I suck at rebase Created 6 years, 9 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
« no previous file with comments | « chrome/browser/extensions/event_names.h ('k') | chrome/common/extensions/api/bluetooth.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..c183b73aa4e46a118e98044c6d1a6b78e9d9311f 100644
--- a/chrome/browser/extensions/event_names.cc
+++ b/chrome/browser/extensions/event_names.cc
@@ -12,11 +12,6 @@ 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 kOnNotificationError[] = "notifications.onError";
} // namespace event_names
« no previous file with comments | « chrome/browser/extensions/event_names.h ('k') | chrome/common/extensions/api/bluetooth.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698