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

Unified Diff: chrome/browser/chromeos/login/mock_authenticator.cc

Issue 7608002: Fix the clang bot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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
« no previous file with comments | « chrome/browser/chromeos/login/mock_authenticator.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/mock_authenticator.cc
diff --git a/chrome/browser/chromeos/login/mock_authenticator.cc b/chrome/browser/chromeos/login/mock_authenticator.cc
index 0eac19f503055f544175e20742622e46aa01ffa4..ab042ca7ea021b92aa5a25d098005d3092edc57f 100644
--- a/chrome/browser/chromeos/login/mock_authenticator.cc
+++ b/chrome/browser/chromeos/login/mock_authenticator.cc
@@ -60,6 +60,15 @@ void MockAuthenticator::OnLoginFailure(const LoginFailure& failure) {
BrowserThread::UI, FROM_HERE, new MessageLoop::QuitTask);
}
+std::string MockAuthenticator::EncryptToken(const std::string& token) {
+ return std::string();
+}
+
+std::string MockAuthenticator::DecryptToken(
+ const std::string& encrypted_token) {
+ return std::string();
+}
+
////////////////////////////////////////////////////////////////////////////////
// MockLoginUtils
« no previous file with comments | « chrome/browser/chromeos/login/mock_authenticator.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698