Chromium Code Reviews| Index: content/browser/device_orientation/device_data.h |
| diff --git a/content/browser/device_orientation/device_data.h b/content/browser/device_orientation/device_data.h |
| index 84d28c7880918aeb06bcab46056996f1797b1c75..ae65618ac25fae3c03c1b9056b6261f145af9a40 100644 |
| --- a/content/browser/device_orientation/device_data.h |
| +++ b/content/browser/device_orientation/device_data.h |
| @@ -18,6 +18,7 @@ class CONTENT_EXPORT DeviceData : |
| public base::RefCountedThreadSafe<DeviceData> { |
| public: |
| enum Type { |
| + kTypeMotion, |
| kTypeOrientation, |
| kTypeTest |
| }; |