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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2798913002: [Sensors] Stop exposing sensor state (Closed)
Patch Set: Comments from Reilly Created 3 years, 8 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
Index: third_party/WebKit/Source/core/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index 35ba847bafe8108c598fa812a3a85512ffd380a2..c3f6aa33a3c7c8f5a8d7a5bb3220195c92453afe 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1518,7 +1518,7 @@ class CORE_EXPORT UseCounter {
GenericSensorOnActivate = 1902,
GenericSensorOnChange = 1903,
GenericSensorOnError = 1904,
- GenericSensorState = 1905,
+ GenericSensorActivated = 1905,
GyroscopeConstructor = 1906,
MagnetometerConstructor = 1907,
OrientationSensorPopulateMatrix = 1908,

Powered by Google App Engine
This is Rietveld 408576698