| Index: components/metrics/proto/translate_event.proto
|
| diff --git a/components/metrics/proto/translate_event.proto b/components/metrics/proto/translate_event.proto
|
| index 94ae6ecb2ff167326c70dcd30767033506ed18ce..ad19742cfd48f824d6aebbd5a789fd91ed172efd 100644
|
| --- a/components/metrics/proto/translate_event.proto
|
| +++ b/components/metrics/proto/translate_event.proto
|
| @@ -131,6 +131,9 @@ message TranslateEventProto {
|
| WEB_CONTENTS_NOT_ACTIVE = 22;
|
| // The translate UI was not shown because the user is editing a form field.
|
| EDITABLE_FIELD_IS_ACTIVE = 23;
|
| + // The translate UI was not shown because the language is in the user's User
|
| + // Language Profile.
|
| + LANGUAGE_IN_ULP = 24;
|
| }
|
|
|
| // Event received from translate UI.
|
|
|