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

Unified Diff: chrome/browser/chromeos/login/fake_supervised_user_manager.h

Issue 101283003: Add first implemenation for SU password sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nits Created 7 years 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 | « no previous file | chrome/browser/chromeos/login/fake_supervised_user_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/fake_supervised_user_manager.h
diff --git a/chrome/browser/chromeos/login/fake_supervised_user_manager.h b/chrome/browser/chromeos/login/fake_supervised_user_manager.h
index d68ead154521048633fb8d07d0863722a575efbb..ed8b9e14cfd1bd1ec9fe395ce69e6bce5f20a6aa 100644
--- a/chrome/browser/chromeos/login/fake_supervised_user_manager.h
+++ b/chrome/browser/chromeos/login/fake_supervised_user_manager.h
@@ -38,6 +38,13 @@ class FakeSupervisedUserManager : public SupervisedUserManager {
virtual void SetCreationTransactionUserId(const std::string& user_id)
OVERRIDE {}
virtual void CommitCreationTransaction() OVERRIDE {}
+ virtual SupervisedUserAuthentication* GetAuthentication() OVERRIDE;
+ virtual void GetPasswordInformation(
+ const std::string& user_id,
+ base::DictionaryValue* result) OVERRIDE {}
+ virtual void SetPasswordInformation(
+ const std::string& user_id,
+ const base::DictionaryValue* password_info) OVERRIDE {}
private:
DISALLOW_COPY_AND_ASSIGN(FakeSupervisedUserManager);
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/fake_supervised_user_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698