summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jason Monk <jmonk@google.com> 2016-05-11 15:27:36 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2016-05-11 15:27:38 +0000
commit8b3cb1b2ffa3154743e0228658b295ddd212bc68 (patch)
tree9b775837fa70bbe4bea7e42e274a8f4d6475e967
parent090b5a8e8c6cbe069c9818eda25b1976da6426a9 (diff)
parenta1f697f5379844251e0a3c08f95debcee6cbd213 (diff)
Merge "Add metrics constant for new settings activity" into nyc-dev
-rw-r--r--proto/src/metrics_constants.proto3
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
}