diff options
| -rw-r--r-- | proto/src/metrics_constants.proto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 0a0fa1849de3..d13c0f926a12 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -4202,6 +4202,11 @@ message MetricsEvent { // OS: O MR ACTION_MOBILE_NETWORK_DATA_USAGE = 1082; + // FIELD - State of asynchronous ranking when Settings search result is clicked + // CATEGORY: SETTINGS + // OS: O MR + FIELD_SETTINGS_SEARCH_RESULT_ASYNC_RANKING_STATE = 1083; + // Add new aosp constants above this line. // END OF AOSP CONSTANTS } |