Index: chrome/browser/chromeos/login/authenticator.h |
diff --git a/chrome/browser/chromeos/login/authenticator.h b/chrome/browser/chromeos/login/authenticator.h |
index 039411c2b1af8b1d0e96da60f831d83294ae677f..84ad7eb06722b661675db19cb6d1e67f63095f00 100644 |
--- a/chrome/browser/chromeos/login/authenticator.h |
+++ b/chrome/browser/chromeos/login/authenticator.h |
@@ -23,6 +23,8 @@ namespace chromeos { |
// consumer_->OnPasswordChangeDetected() on the UI thread. |
class Authenticator : public base::RefCountedThreadSafe<Authenticator> { |
public: |
+ static const char kSpecialCase[]; |
whywhat
2010/12/30 17:37:39
Could be more meaningful, i.e. kTolerantDomain. A
Chris Masone
2010/12/30 18:52:50
I went with kSpecialCaseDomain, and added a commen
|
+ |
explicit Authenticator(LoginStatusConsumer* consumer); |
virtual ~Authenticator(); |