| Index: chrome/browser/chromeos/login/authenticator.h
|
| diff --git a/chrome/browser/chromeos/login/authenticator.h b/chrome/browser/chromeos/login/authenticator.h
|
| index 4096b1fd31b6a2a4f095444ca73240314db65248..32cdf3aa964741e16680c388eba25826078c3967 100644
|
| --- a/chrome/browser/chromeos/login/authenticator.h
|
| +++ b/chrome/browser/chromeos/login/authenticator.h
|
| @@ -47,7 +47,7 @@ class Authenticator : public base::RefCountedThreadSafe<Authenticator> {
|
| virtual bool AuthenticateToUnlock(const std::string& username,
|
| const std::string& password) = 0;
|
|
|
| - // Initiates off the record ("browse without signing in") login.
|
| + // Initiates incognito ("browse without signing in") login.
|
| virtual void LoginOffTheRecord() = 0;
|
|
|
| // |credentials| are the tokens that we get back from the ClientLogin API.
|
|
|