diff options
| author | 2016-05-06 10:51:47 -0700 | |
|---|---|---|
| committer | 2016-06-16 16:47:43 -0700 | |
| commit | 5e956e8ccda225ff0553832c901b86a315cf2995 (patch) | |
| tree | 69f0fe18bd4b3c07305ad6aa97554da2cd72a88f | |
| parent | 939f8caec2d64826cdc479faa3a76b978c07537b (diff) | |
Add metrics for new tabs in Settings.
Bug: 28141203
Change-Id: I37b6fce7a5c4ca1cf2dbe0795aeb58bb23ae2160
| -rw-r--r-- | proto/src/metrics_constants.proto | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 5527a41e013a..4ed0913a0038 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -2323,6 +2323,20 @@ message MetricsEvent { // Deletion helper encountered an error during photo and video deletion. ACTION_DELETION_HELPER_PHOTOS_VIDEOS_DELETION_FAIL = 473; + // OPEN: Settings (root page if there are multiple tabs) + // CATEGORY: SETTINGS + DASHBOARD_CONTAINER = 474; + + // OPEN: Settings -> SUPPORT TAB + // CATEGORY: SETTINGS + SUPPORT_FRAGMENT = 475; + + // ACTION: Settings -> Select summary tab. + ACTION_SELECT_SUMMARY=476; + + // ACTION: Settings -> Select support tab. + ACTION_SELECT_SUPPORT_FRAGMENT = 477; + // ---- End N-MR1 Constants, all N-MR1 constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS |