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

Unified Diff: components/signin/core/browser/signin_client.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_client.h
diff --git a/components/signin/core/browser/signin_client.h b/components/signin/core/browser/signin_client.h
index c8f8a4d2adc2b3d5658fe7c83574056a6f96b4a6..0b9c9324657547bf15686c83ff17c31d9264928c 100644
--- a/components/signin/core/browser/signin_client.h
+++ b/components/signin/core/browser/signin_client.h
@@ -9,6 +9,7 @@
#include "base/callback_list.h"
#include "base/time/time.h"
#include "components/keyed_service/core/keyed_service.h"
+#include "components/signin/core/browser/signin_error_controller.h"
#include "components/signin/core/browser/webdata/token_web_data.h"
#include "net/cookies/cookie_store.h"
#include "url/gurl.h"
@@ -31,7 +32,8 @@ class ProfileOAuth2TokenServiceIOSProvider;
// An interface that needs to be supplied to the Signin component by its
// embedder.
-class SigninClient : public KeyedService {
+class SigninClient : public KeyedService,
+ public SigninErrorController::Observer {
Roger Tawa OOO till Jul 10th 2015/01/06 22:32:42 ChromeSigninClient should implement this interface
public:
// The subcription for cookie changed notifications.
class CookieChangedSubscription {

Powered by Google App Engine
This is Rietveld 408576698