Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4448)

Unified Diff: chrome/browser/chromeos/login/auth/parallel_authenticator.h

Issue 296773002: Add a Key class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698