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

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. 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..666030e3859a5f188b1edd5bde5f71f179fc1706 100644
--- a/base/mac/sdk_forward_declarations.h
+++ b/base/mac/sdk_forward_declarations.h
@@ -22,6 +22,10 @@
MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_7
enum {
+ kBluetoothFeatureLESupportedController = (1 << 6L),
Mark Mentovai 2014/07/11 18:05:04 Can you put this down with the other new Bluetooth
erikchen 2014/07/11 18:56:56 Done.
+};
+
+enum {
NSEventPhaseNone = 0, // event not associated with a phase.
NSEventPhaseBegan = 0x1 << 0,
NSEventPhaseStationary = 0x1 << 1,
« 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