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

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

Issue 9822001: Basic infrastructure for the Bluetooth API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix non-chromeos builds Created 8 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
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 c127cd5947026ad2b733c8e703ffc938f0ed6491..a3f3c5a16a4150905f51f871829de00517ab6e45 100644
--- a/chrome/browser/extensions/extension_event_names.cc
+++ b/chrome/browser/extensions/extension_event_names.cc
@@ -44,4 +44,11 @@ const char kOnSettingsChanged[] = "storage.onChanged";
const char kOnTerminalProcessOutput[] = "terminalPrivate.onProcessOutput";
+#if defined(OS_CHROMEOS)
+const char kBluetoothOnAvailabilityChanged[] =
+ "experimental.bluetooth.onAvailabilityChanged";
+const char kBluetoothOnPowerChanged[] =
+ "experimental.bluetooth.onPowerChanged";
+#endif
+
} // namespace extension_event_names

Powered by Google App Engine
This is Rietveld 408576698