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

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

Issue 11075006: Moved bluetooth adapter files to device/bluetooth/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing try bot failures. Created 8 years, 2 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 c661d485a6b8d082be706706ed8c8bea762a48c0..9cda9845500138619827945b58e31bb319805e4d 100644
--- a/chrome/browser/extensions/event_names.h
+++ b/chrome/browser/extensions/event_names.h
@@ -65,14 +65,12 @@ extern const char kOnTerminalProcessOutput[];
// OffscreenTabs.
extern const char kOnOffscreenTabUpdated[];
-#if defined(OS_CHROMEOS)
// Bluetooth.
extern const char kBluetoothOnAvailabilityChanged[];
extern const char kBluetoothOnDeviceDiscovered[];
extern const char kBluetoothOnDeviceSearchResult[];
extern const char kBluetoothOnDiscoveringChanged[];
extern const char kBluetoothOnPowerChanged[];
-#endif
// Push messaging.
extern const char kOnPushMessage[];

Powered by Google App Engine
This is Rietveld 408576698