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

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

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/profile_oauth2_token_service.cc
diff --git a/components/signin/core/browser/profile_oauth2_token_service.cc b/components/signin/core/browser/profile_oauth2_token_service.cc
index 73c513ed44029c379b101af9fb20655fe06e9da8..125835d8aa35b6647041dd95102227cdfff1c1b9 100644
--- a/components/signin/core/browser/profile_oauth2_token_service.cc
+++ b/components/signin/core/browser/profile_oauth2_token_service.cc
@@ -27,7 +27,7 @@ void ProfileOAuth2TokenService::Initialize(SigninClient* client) {
DCHECK(!client_);
client_ = client;
- signin_error_controller_.reset(new SigninErrorController());
+ signin_error_controller_.reset(new SigninErrorController(client));
}
void ProfileOAuth2TokenService::Shutdown() {

Powered by Google App Engine
This is Rietveld 408576698