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

Unified Diff: components/translate/core/browser/translate_browser_metrics.h

Issue 2968103002: Adds logging to indicate infobar creation in the native library, (Closed)
Patch Set: Created 3 years, 5 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
Index: components/translate/core/browser/translate_browser_metrics.h
diff --git a/components/translate/core/browser/translate_browser_metrics.h b/components/translate/core/browser/translate_browser_metrics.h
index e15759a0495faa1896d48a213cb54a310f9bfc83..1db33bb5317842b1f2cc56bbaa79d9f1a4100c23 100644
--- a/components/translate/core/browser/translate_browser_metrics.h
+++ b/components/translate/core/browser/translate_browser_metrics.h
@@ -44,6 +44,7 @@ enum InitiationStatusType {
INITIATION_STATUS_ABORTED_BY_RANKER,
INITIATION_STATUS_ABORTED_BY_TOO_OFTEN_DENIED,
INITIATION_STATUS_ABORTED_BY_MATCHES_PREVIOUS_LANGUAGE,
+ INITIATION_STATUS_CREATE_INFOBAR,
// Insert new items here.
INITIATION_STATUS_MAX,
};

Powered by Google App Engine
This is Rietveld 408576698