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

Side by Side Diff: components/signin/core/browser/signin_metrics.h

Issue 998513002: Revert of Remove OneClickSigninHelper since it is no longer used. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ocl
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/signin/core/browser/signin_metrics.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef COMPONENTS_SIGNIN_CORE_BROWSER_SIGNIN_METRICS_H_ 5 #ifndef COMPONENTS_SIGNIN_CORE_BROWSER_SIGNIN_METRICS_H_
6 #define COMPONENTS_SIGNIN_CORE_BROWSER_SIGNIN_METRICS_H_ 6 #define COMPONENTS_SIGNIN_CORE_BROWSER_SIGNIN_METRICS_H_
7 7
8 #include "base/time/time.h" 8 #include "base/time/time.h"
9 9
10 #include "google_apis/gaia/google_service_auth_error.h" 10 #include "google_apis/gaia/google_service_auth_error.h"
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 // Tracks whether the external connection results were all fetched before 162 // Tracks whether the external connection results were all fetched before
163 // the reconcilor tried to use them with MergeSession. 163 // the reconcilor tried to use them with MergeSession.
164 // |time_to_check_connections| is the time it took to complete. 164 // |time_to_check_connections| is the time it took to complete.
165 void LogExternalCcResultFetches( 165 void LogExternalCcResultFetches(
166 bool fetches_completed, 166 bool fetches_completed,
167 const base::TimeDelta& time_to_check_connections); 167 const base::TimeDelta& time_to_check_connections);
168 168
169 // Track when the current authentication error changed. 169 // Track when the current authentication error changed.
170 void LogAuthError(GoogleServiceAuthError::State auth_error); 170 void LogAuthError(GoogleServiceAuthError::State auth_error);
171 171
172 void LogSigninConfirmHistogramValue(int action);
173
174 } // namespace signin_metrics 172 } // namespace signin_metrics
175 173
176 #endif // COMPONENTS_SIGNIN_CORE_BROWSER_SIGNIN_METRICS_H_ 174 #endif // COMPONENTS_SIGNIN_CORE_BROWSER_SIGNIN_METRICS_H_
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/signin/core/browser/signin_metrics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698