| Index: chrome/browser/signin/signin_manager.h
|
| diff --git a/chrome/browser/signin/signin_manager.h b/chrome/browser/signin/signin_manager.h
|
| index 3fc50c84dd36a4c8c80d395cd9fffaf493cced1b..0ef4f1a09d676885f2fc349e19825c28e49be15d 100644
|
| --- a/chrome/browser/signin/signin_manager.h
|
| +++ b/chrome/browser/signin/signin_manager.h
|
| @@ -98,8 +98,9 @@ class SigninManager : public GaiaAuthConsumer,
|
| // associated with the user, and canceling all auth in progress.
|
| virtual void SignOut();
|
|
|
| - // Returns true if there's a signin in progress.
|
| - bool AuthInProgress() const;
|
| + // Returns true if there's a signin in progress. Virtual so it can be
|
| + // overridden by mocks.
|
| + virtual bool AuthInProgress() const;
|
|
|
| // Handles errors if a required user info key is not returned from the
|
| // GetUserInfo call.
|
|
|