| Index: components/signin/core/browser/signin_manager_base.h
|
| diff --git a/components/signin/core/browser/signin_manager_base.h b/components/signin/core/browser/signin_manager_base.h
|
| index dc7b672b14fe25a0845e92f1d09290f8229a065b..2d3ca43c44746e7df494708c3c6454e0554cee14 100644
|
| --- a/components/signin/core/browser/signin_manager_base.h
|
| +++ b/components/signin/core/browser/signin_manager_base.h
|
| @@ -100,6 +100,9 @@ class SigninManagerBase : public KeyedService {
|
| // (by platform / depending on StartBehavior). Bug 88109.
|
| void SetAuthenticatedUsername(const std::string& username);
|
|
|
| + // Returns true if there is an authenticated user.
|
| + bool IsAuthenticated() const;
|
| +
|
| // Returns true if there's a signin in progress.
|
| virtual bool AuthInProgress() const;
|
|
|
|
|