Index: chrome/browser/signin/signin_manager_fake.h |
=================================================================== |
--- chrome/browser/signin/signin_manager_fake.h (revision 183433) |
+++ chrome/browser/signin/signin_manager_fake.h (working copy) |
@@ -31,6 +31,9 @@ |
const std::string& password) OVERRIDE; |
virtual void SignOut() OVERRIDE; |
+ // Helper function to force a signout. |
+ virtual void ForceSignOut(); |
+ |
virtual bool AuthInProgress() const OVERRIDE; |
void set_auth_in_progress(bool in_progress) { |
auth_in_progress_ = in_progress; |