Index: chrome/browser/chromeos/login/authenticator.h |
=================================================================== |
--- chrome/browser/chromeos/login/authenticator.h (revision 70397) |
+++ chrome/browser/chromeos/login/authenticator.h (working copy) |
@@ -23,6 +23,9 @@ |
// consumer_->OnPasswordChangeDetected() on the UI thread. |
class Authenticator : public base::RefCountedThreadSafe<Authenticator> { |
public: |
+ // A domain which requires special-case parsing in canonicalization. |
+ static const char kSpecialCaseDomain[]; |
+ |
explicit Authenticator(LoginStatusConsumer* consumer); |
virtual ~Authenticator(); |