Add metrics constant for new settings activity

Bug: 28554048
Change-Id: I3e2008890779867ecbc5fe485f33d52d75f0b324
This commit is contained in:
Jason Monk
2016-05-06 15:09:44 -04:00
parent 25118d1aa2
commit a1f697f537

View 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
}