Merge "Add metrics constant for new settings activity" into nyc-dev

This commit is contained in:
Jason Monk
2016-05-11 15:27:36 +00:00
committed by Android (Google) Code Review

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
}