Chromium Code Reviews| Index: chrome/browser/signin/signin_ui_util.h |
| diff --git a/chrome/browser/signin/signin_ui_util.h b/chrome/browser/signin/signin_ui_util.h |
| index 4697ff7db50ba770bcc49cb33d644c89125859f5..b31d5c6cc321c22d3a3bceb55e69ba1dc5f591b0 100644 |
| --- a/chrome/browser/signin/signin_ui_util.h |
| +++ b/chrome/browser/signin/signin_ui_util.h |
| @@ -38,6 +38,8 @@ void GetStatusLabelsForAuthError(Profile* profile, |
| void InitializePrefsForProfile(Profile* profile); |
| +void ShowSigninErrorLearnMorePage(Profile* profile); |
|
Alexei Svitkine (slow)
2014/08/19 20:09:00
Nit: It would be good to have comments for these m
guohui
2014/08/19 20:26:31
Done.
|
| + |
| } // namespace signin_ui_util |
| #endif // CHROME_BROWSER_SIGNIN_SIGNIN_UI_UTIL_H_ |