| 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/
|
|
|