Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Unified Diff: components/metrics/proto/translate_event.proto

Issue 2757173002: Fix counting of ULP and DISABLED_BY_PREF. (Closed)
Patch Set: rebase to include lastest code changes. For real this time. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/translate/core/browser/translate_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | components/translate/core/browser/translate_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698