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

Unified Diff: chrome/browser/chromeos/login/managed/managed_user_creation_controller_new.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/managed/managed_user_creation_controller_new.h
diff --git a/chrome/browser/chromeos/login/managed/managed_user_creation_controller_new.h b/chrome/browser/chromeos/login/managed/managed_user_creation_controller_new.h
index 3efe48c287431530c409d92ec857308f2931947a..9e9d241f2cda5b8976d9b673255055afb58d63e1 100644
--- a/chrome/browser/chromeos/login/managed/managed_user_creation_controller_new.h
+++ b/chrome/browser/chromeos/login/managed/managed_user_creation_controller_new.h
@@ -21,6 +21,8 @@ class Profile;
namespace chromeos {
+class UserContext;
+
// LMU Creation process:
// 0. Manager is logged in
// 1. Generate ID for new LMU
@@ -150,7 +152,7 @@ class ManagedUserCreationControllerNew
// Authenticator success callbacks.
void OnMountSuccess(const std::string& mount_hash);
void OnAddKeySuccess();
- void OnPasswordHashingSuccess(const std::string& password_hash);
+ void OnKeyTransformedIfNeeded(const UserContext& user_context);
void StartCreationImpl();

Powered by Google App Engine
This is Rietveld 408576698