| Index: chrome/browser/chromeos/login/authenticator.h
|
| diff --git a/chrome/browser/chromeos/login/authenticator.h b/chrome/browser/chromeos/login/authenticator.h
|
| index f992d31d2c31fdfb3f9f8a121d7d0e92fda0c186..d329aab5a69eec6df4f7a9ee1bc878648529001c 100644
|
| --- a/chrome/browser/chromeos/login/authenticator.h
|
| +++ b/chrome/browser/chromeos/login/authenticator.h
|
| @@ -101,6 +101,9 @@ class Authenticator : public base::RefCountedThreadSafe<Authenticator> {
|
| // adding gmail.com if no domain is present.
|
| static std::string Sanitize(const std::string& email_address);
|
|
|
| + // Extract the domain part from the canonical form of the given email.
|
| + static std::string ExtractDomainName(const std::string& email);
|
| +
|
| protected:
|
| LoginStatusConsumer* consumer_;
|
| Profile* authentication_profile_;
|
|
|