Index: chrome/browser/chromeos/login/google_authenticator.cc |
=================================================================== |
--- chrome/browser/chromeos/login/google_authenticator.cc (revision 95968) |
+++ chrome/browser/chromeos/login/google_authenticator.cc (working copy) |
@@ -412,6 +412,17 @@ |
NOTIMPLEMENTED(); |
} |
+std::string GoogleAuthenticator::EncryptToken(const std::string& unused) { |
+ NOTIMPLEMENTED(); |
+ return std::string(); |
+} |
+ |
+std::string GoogleAuthenticator::DecryptToken(const std::string& unused) { |
+ NOTIMPLEMENTED(); |
+ return std::string(); |
+} |
+ |
+ |
void GoogleAuthenticator::LoadSystemSalt() { |
if (!system_salt_.empty()) |
return; |