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

Unified Diff: components/signin/core/browser/signin_metrics.cc

Issue 914363003: Remove OneClickSigninHelper since it is no longer used. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ocl
Patch Set: rebased Created 5 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
Index: components/signin/core/browser/signin_metrics.cc
diff --git a/components/signin/core/browser/signin_metrics.cc b/components/signin/core/browser/signin_metrics.cc
index 4f7c4793a0b6f773d7ccbf2941b57c93d570b03e..4a2ea6bf809967496a52c673f63b1b87507bbf76 100644
--- a/components/signin/core/browser/signin_metrics.cc
+++ b/components/signin/core/browser/signin_metrics.cc
@@ -102,4 +102,9 @@ void LogAuthError(GoogleServiceAuthError::State auth_error) {
GoogleServiceAuthError::State::NUM_STATES);
}
+void LogSigninConfirmHistogramValue(int action) {
+ UMA_HISTOGRAM_ENUMERATION("Signin.OneClickConfirmation", action,
+ signin_metrics::HISTOGRAM_CONFIRM_MAX);
+}
+
} // namespace signin_metrics

Powered by Google App Engine
This is Rietveld 408576698