diff options
| author | 2016-05-06 15:09:44 -0400 | |
|---|---|---|
| committer | 2016-05-11 09:58:48 -0400 | |
| commit | a1f697f5379844251e0a3c08f95debcee6cbd213 (patch) | |
| tree | db122c73e17b23f2198c94553b0c9b42a0b919fb | |
| parent | 25118d1aa2274d258c183187b90963a11840b0f3 (diff) | |
Add metrics constant for new settings activity
Bug: 28554048
Change-Id: I3e2008890779867ecbc5fe485f33d52d75f0b324
| -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 f6de94fab8bb..b7677c65451d 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -2200,6 +2200,9 @@ message MetricsEvent { // Settings -> Dev options -> Running services RUNNING_SERVICES = 404; + // The dialog shown by 3P intent to change current webview implementation. + WEBVIEW_IMPLEMENTATION = 405; + // Add new aosp constants above this line. // END OF AOSP CONSTANTS } |