diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index fa2b1ee834190..7e7ef197b0ed9 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -4095,6 +4095,9 @@ message MetricsEvent { // OS: O DR CAPTIVE_PORTAL_LOGIN_ACTIVITY_SSL_ERROR = 1013; + // OPEN: Settings > Network > Tether > Wi-Fi hotspot + WIFI_TETHER_SETTINGS = 1014; + // Add new aosp constants above this line. // END OF AOSP CONSTANTS }