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

Unified Diff: chrome/browser/signin/chrome_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: chrome/browser/signin/chrome_signin_client.h
diff --git a/chrome/browser/signin/chrome_signin_client.h b/chrome/browser/signin/chrome_signin_client.h
index 3a21c0b31433863402b4c00edd46d27a39a4975e..a278b9c4b820734cd9cccd25c754a74bbd417b69 100644
--- a/chrome/browser/signin/chrome_signin_client.h
+++ b/chrome/browser/signin/chrome_signin_client.h
@@ -65,6 +65,9 @@ class ChromeSigninClient : public SigninClient,
const std::string& username,
const std::string& password) override;
+ // Overridden from SigninErrorController::Observer
+ void OnErrorChanged() override;
noms (inactive) 2015/01/08 21:49:04 nit: change to "SigninErrorController::Observer im
Mike Lerman 2015/01/09 02:15:04 Done.
+
private:
Profile* profile_;

Powered by Google App Engine
This is Rietveld 408576698