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

Unified Diff: base/mac/sdk_forward_declarations.h

Issue 374203004: mac: Add metrics to record Bluetooth availability and capabilities. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments from isherman, round two. Created 6 years, 5 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 | « no previous file | chrome/browser/mac/bluetooth_utility.h » ('j') | chrome/browser/mac/bluetooth_utility.mm » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/mac/sdk_forward_declarations.h
diff --git a/base/mac/sdk_forward_declarations.h b/base/mac/sdk_forward_declarations.h
index 3a0878daef6a85a62c73e26578fbba118a4d9e7b..7ff6f1d4f308052bc12e6ea1c496d4bdc381e360 100644
--- a/base/mac/sdk_forward_declarations.h
+++ b/base/mac/sdk_forward_declarations.h
@@ -156,6 +156,9 @@ enum CWChannelBand {
@end
@interface IOBluetoothHostController (LionSDK)
+enum {
Mark Mentovai 2014/07/11 22:26:29 This does not belong in an @interface.
erikchen 2014/07/11 22:39:58 Done.
+ kBluetoothFeatureLESupportedController = (1 << 6L),
+};
- (NSString*)nameAsString;
- (BluetoothHCIPowerState)powerState;
@end
« no previous file with comments | « no previous file | chrome/browser/mac/bluetooth_utility.h » ('j') | chrome/browser/mac/bluetooth_utility.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698