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

Unified Diff: components/signin/core/browser/signin_error_controller.h

Issue 813133003: New Profile metric for Auth Errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Headers cleanup Created 5 years, 11 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_error_controller.h
diff --git a/components/signin/core/browser/signin_error_controller.h b/components/signin/core/browser/signin_error_controller.h
index 77bd78d3751e8defd4b29beb26f7989669e668a1..88a8d3589090f0238bbb31b75912a922a40f251c 100644
--- a/components/signin/core/browser/signin_error_controller.h
+++ b/components/signin/core/browser/signin_error_controller.h
@@ -11,6 +11,8 @@
#include "base/observer_list.h"
#include "google_apis/gaia/google_service_auth_error.h"
+class SigninClient;
+
// Keep track of auth errors and expose them to observers in the UI. Services
// that wish to expose auth errors to the user should register an
// AuthStatusProvider to report their current authentication state, and should
@@ -41,7 +43,7 @@ class SigninErrorController {
virtual void OnErrorChanged() = 0;
};
- SigninErrorController();
+ SigninErrorController(SigninClient* signin_client);
~SigninErrorController();
// Adds a provider which the SigninErrorController object will start querying

Powered by Google App Engine
This is Rietveld 408576698