diff options
| -rw-r--r-- | proto/src/metrics_constants.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index fb714b9b191a..57d25819654f 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -3780,6 +3780,9 @@ message MetricsEvent { // meta-event: a reader has checkpointed the log here. METRICS_CHECKPOINT = 920; + // OPEN: Settings -> Display -> When in VR Mode + VR_DISPLAY_PREFERENCE = 921; + // ---- End O Constants, all O constants go above this line ---- // Add new aosp constants above this line. |