diff options
| author | 2016-05-11 15:27:36 +0000 | |
|---|---|---|
| committer | 2016-05-11 15:27:38 +0000 | |
| commit | 8b3cb1b2ffa3154743e0228658b295ddd212bc68 (patch) | |
| tree | 9b775837fa70bbe4bea7e42e274a8f4d6475e967 | |
| parent | 090b5a8e8c6cbe069c9818eda25b1976da6426a9 (diff) | |
| parent | a1f697f5379844251e0a3c08f95debcee6cbd213 (diff) | |
Merge "Add metrics constant for new settings activity" into nyc-dev
| -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 } |