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

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

Issue 2394703003: Add deprecation messages to deprecated parts of the WebVR API. (Closed)
Patch Set: Created 4 years, 2 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 fe0a2ca5b6df71933cd778c6d4501c983fc834c2..10ec60af34cfef18249c65f239fdb1253f892909 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1319,6 +1319,10 @@ public:
CSSZoomReset = 1578,
CSSZoomDocument = 1579,
PaymentAddressCareOf = 1580,
+ VRGetDisplaysInsecureOrigin = 1581,
+ VRRequestPresent = 1582,
+ VRRequestPresentInsecureOrigin = 1583,
+ VRDeprecatedFieldOfView = 1584,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
// Also, run update_use_counter_feature_enum.py in chromium/src/tools/metrics/histograms/

Powered by Google App Engine
This is Rietveld 408576698