| Index: third_party/WebKit/Source/modules/sensor/Sensor.h
|
| diff --git a/third_party/WebKit/Source/modules/sensor/Sensor.h b/third_party/WebKit/Source/modules/sensor/Sensor.h
|
| index 76540175c23263163a63384ee4dd1cee827e751d..171e3a32e10b3a66ad950a37e1eb40f864c7642f 100644
|
| --- a/third_party/WebKit/Source/modules/sensor/Sensor.h
|
| +++ b/third_party/WebKit/Source/modules/sensor/Sensor.h
|
| @@ -31,7 +31,7 @@ class Sensor : public EventTargetWithInlineData,
|
| DEFINE_WRAPPERTYPEINFO();
|
|
|
| public:
|
| - enum class SensorState { Idle, Activating, Activated, Errored };
|
| + enum class SensorState { Unconnected, Activating, Activated, Idle, Errored };
|
|
|
| ~Sensor() override;
|
|
|
|
|