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 21139da7900f..dc92f56c6800 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -3185,6 +3185,11 @@ message MetricsEvent { // logged when we execute an app transition. APP_TRANSITION = 761; + // ACTION: User leaves Settings search UI without entering any query. + ACTION_LEAVE_SEARCH_RESULT_WITHOUT_QUERY = 762; + + // ACTION: Clicking on any search result in Settings. + ACTION_CLICK_SETTINGS_SEARCH_RESULT = 763; // ---- End O Constants, all O constants go above this line ---- |