Chromium Code Reviews| Index: blimp/client/core/session/identity_source.h |
| diff --git a/blimp/client/core/session/identity_source.h b/blimp/client/core/session/identity_source.h |
| index d86a0a450c1613a59ccf0e1d299154dd9b4242b6..95ec123156fa720b75a76db7523943ecdcb9b92d 100644 |
| --- a/blimp/client/core/session/identity_source.h |
| +++ b/blimp/client/core/session/identity_source.h |
| @@ -36,6 +36,9 @@ class IdentitySource : public OAuth2TokenService::Consumer, |
| // Duplicate connect calls during token fetching will be ignored. |
| void Connect(); |
| + // Returns the account name for the current user. |
|
nyquist
2016/11/08 20:58:59
Could you explain what happens if the user is not
|
| + std::string GetActiveUsername(); |
| + |
| // Add sign in state observer. |
| void AddObserver(IdentityProvider::Observer* observer); |