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

Unified Diff: third_party/WebKit/Source/modules/sensor/Sensor.h

Issue 2524953002: [Sensors] The sensor state changes from "active" to "activated" (Closed)
Patch Set: Created 4 years, 1 month 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
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 cb97f595831a762872d1339a1b9454542f8b4f75..9c8936a00f3c947702e53d8b15a521ae4d4ecf36 100644
--- a/third_party/WebKit/Source/modules/sensor/Sensor.h
+++ b/third_party/WebKit/Source/modules/sensor/Sensor.h
@@ -30,7 +30,7 @@ class Sensor : public EventTargetWithInlineData,
DEFINE_WRAPPERTYPEINFO();
public:
- enum class SensorState { Idle, Activating, Active, Errored };
+ enum class SensorState { Idle, Activating, Activated, Errored };
~Sensor() override;

Powered by Google App Engine
This is Rietveld 408576698