Chromium Code Reviews| Index: components/signin/core/browser/signin_metrics.h |
| diff --git a/components/signin/core/browser/signin_metrics.h b/components/signin/core/browser/signin_metrics.h |
| index d4e2f2fa93ea33bfea0042f911024de5c547c0f6..f8eac8e0a693ec4cae37502c0b0b6e2f621ae8c4 100644 |
| --- a/components/signin/core/browser/signin_metrics.h |
| +++ b/components/signin/core/browser/signin_metrics.h |
| @@ -7,6 +7,8 @@ |
| #include "base/time/time.h" |
| +#include "google_apis/gaia/google_service_auth_error.h" |
| + |
| namespace signin_metrics { |
| // Enum for the ways in which primary account detection is done. |
| @@ -164,6 +166,9 @@ void LogExternalCcResultFetches( |
| bool fetches_completed, |
| const base::TimeDelta& time_to_check_connections); |
| +// Track when the current auth error changed. |
|
noms (inactive)
2015/01/08 21:49:04
nit: since it fits, use "authentication" in the co
Mike Lerman
2015/01/09 02:15:05
Done.
|
| +void LogAuthError(GoogleServiceAuthError::State auth_error); |
| + |
| } // namespace signin_metrics |
| #endif // COMPONENTS_SIGNIN_CORE_BROWSER_SIGNIN_METRICS_H_ |