Chromium Code Reviews| 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, |