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

Unified Diff: chrome/browser/translate/translate_browser_metrics.h

Issue 64823005: Copy the implementations of TranslateUIDelegate to TransalteInfobarDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (rebasing) Created 7 years, 1 month 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 | chrome/browser/translate/translate_browser_metrics.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/translate/translate_browser_metrics.h
diff --git a/chrome/browser/translate/translate_browser_metrics.h b/chrome/browser/translate/translate_browser_metrics.h
index 21ee89d105a7ec2df8cbaa7fa1b8be8649a97c1e..475b76e0d59a0dc9775646ff99bf4bc24a599514 100644
--- a/chrome/browser/translate/translate_browser_metrics.h
+++ b/chrome/browser/translate/translate_browser_metrics.h
@@ -17,6 +17,14 @@ enum MetricsNameIndex {
UMA_LOCALES_ON_DISABLED_BY_PREFS,
UMA_UNDISPLAYABLE_LANGUAGE,
UMA_UNSUPPORTED_LANGUAGE_AT_INITIATION,
+ UMA_DECLINE_TRANSLATE,
+ UMA_REVERT_TRANSLATION,
+ UMA_PERFORM_TRANSLATE,
+ UMA_NEVER_TRANSLATE_LANG,
+ UMA_NEVER_TRANSLATE_SITE,
+ UMA_ALWAYS_TRANSLATE_LANG,
+ UMA_MODIFY_ORIGINAL_LANG,
+ UMA_MODIFY_TARGET_LANG,
UMA_MAX,
};
« no previous file with comments | « no previous file | chrome/browser/translate/translate_browser_metrics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698