| 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 34458dd092a732a623dae80e373c309e99b210e7..d5b1406fa7848c603da2d467b653b7733685607d 100644
|
| --- a/chrome/browser/signin/signin_ui_util.h
|
| +++ b/chrome/browser/signin/signin_ui_util.h
|
| @@ -29,6 +29,10 @@ void GetStatusLabelsForAuthError(Profile* profile,
|
| base::string16* status_label,
|
| base::string16* link_label);
|
|
|
| +// Returns the username of the authenticated user or an empty string if there is
|
| +// no authenticated user.
|
| +base::string16 GetAuthenticatedUsername(const SigninManagerBase* signin);
|
| +
|
| // Initializes signin-related preferences.
|
| void InitializePrefsForProfile(Profile* profile);
|
|
|
|
|