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

Unified Diff: chrome/browser/chromeos/login/managed/managed_user_creation_controller_old.h

Issue 220913003: Make supervised user ChromeOS import aware of new password schema. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/managed/managed_user_creation_controller_old.h
diff --git a/chrome/browser/chromeos/login/managed/managed_user_creation_controller_old.h b/chrome/browser/chromeos/login/managed/managed_user_creation_controller_old.h
index 538f6ee3328bb69db677c241ee5403b2f915ced4..f31ee44b7c7c4820d2cf4d479b8192b0da6b40d6 100644
--- a/chrome/browser/chromeos/login/managed/managed_user_creation_controller_old.h
+++ b/chrome/browser/chromeos/login/managed/managed_user_creation_controller_old.h
@@ -58,7 +58,17 @@ class ManagedUserCreationControllerOld
const std::string& sync_id,
const std::string& master_key) OVERRIDE;
+ // Not implemented in this class.
+ virtual void StartImport(const base::string16& display_name,
+ int avatar_index,
+ const std::string& sync_id,
+ const std::string& master_key,
+ const base::DictionaryValue* password_data,
+ const std::string& encryption_key,
+ const std::string& signature_key) OVERRIDE;
+
virtual void SetManagerProfile(Profile* manager_profile) OVERRIDE;
+ virtual Profile* GetManagerProfile() OVERRIDE;
virtual void CancelCreation() OVERRIDE;
virtual void FinishCreation() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698