| Index: chrome/browser/chromeos/login/auth/parallel_authenticator.h
|
| diff --git a/chrome/browser/chromeos/login/auth/parallel_authenticator.h b/chrome/browser/chromeos/login/auth/parallel_authenticator.h
|
| index 8156b9ad4f25f7df097d1057ce3cfd8a5ab7fb47..dc21a8f9ff356c9104e7ec1ca4f8547011ca9485 100644
|
| --- a/chrome/browser/chromeos/login/auth/parallel_authenticator.h
|
| +++ b/chrome/browser/chromeos/login/auth/parallel_authenticator.h
|
| @@ -157,10 +157,6 @@ class ParallelAuthenticator : public Authenticator,
|
| // Must be called on the UI thread.
|
| virtual void Resolve() OVERRIDE;
|
|
|
| - // Returns hash of |password|, salted with the system salt.
|
| - static std::string HashPassword(const std::string& password,
|
| - const std::string& ascii_salt);
|
| -
|
| void OnOffTheRecordLoginSuccess();
|
| void OnPasswordChangeDetected();
|
|
|
|
|