Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Unified Diff: chrome/browser/signin/signin_manager_fake.h

Issue 12310009: Merge 182705 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1410/src/
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/signin/signin_manager.cc ('k') | chrome/browser/signin/signin_manager_fake.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/browser/signin/signin_manager.cc ('k') | chrome/browser/signin/signin_manager_fake.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698