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

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

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.h
diff --git a/chrome/browser/extensions/extension_event_names.h b/chrome/browser/extensions/extension_event_names.h
index 200328d70a44b7ec88ea450fb52a56f2a7d097de..508643003a44d8c59a1d303a9d263bf087e1d43b 100644
--- a/chrome/browser/extensions/extension_event_names.h
+++ b/chrome/browser/extensions/extension_event_names.h
@@ -54,6 +54,12 @@ extern const char kOnSettingsChanged[];
// TerminalPrivate.
extern const char kOnTerminalProcessOutput[];
+#if defined(OS_CHROMEOS)
+// Bluetooth.
+extern const char kBluetoothOnAvailabilityChanged[];
+extern const char kBluetoothOnPowerChanged[];
+#endif
+
}; // namespace extension_event_names
#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_EVENT_NAMES_H_

Powered by Google App Engine
This is Rietveld 408576698