OSDN Git Service

Add metrics constant for new settings activity
authorJason Monk <jmonk@google.com>
Fri, 6 May 2016 19:09:44 +0000 (15:09 -0400)
committerJason Monk <jmonk@google.com>
Wed, 11 May 2016 13:58:48 +0000 (09:58 -0400)
Bug: 28554048
Change-Id: I3e2008890779867ecbc5fe485f33d52d75f0b324

proto/src/metrics_constants.proto

index f6de94f..b7677c6 100644 (file)
@@ -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
   }