summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/login/authenticator.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/login/authenticator.h')
-rw-r--r--chrome/browser/chromeos/login/authenticator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/login/authenticator.h b/chrome/browser/chromeos/login/authenticator.h
index 7e08398..8d667c9 100644
--- a/chrome/browser/chromeos/login/authenticator.h
+++ b/chrome/browser/chromeos/login/authenticator.h
@@ -90,6 +90,9 @@ class Authenticator : public base::RefCountedThreadSafe<Authenticator> {
// authentication process.
Profile* authentication_profile() { return authentication_profile_; }
+ // Resets consumer.
+ void ResetConsumer();
+
protected:
virtual ~Authenticator();