Index: chrome/browser/chromeos/login/managed/locally_managed_user_creation_flow.h |
diff --git a/chrome/browser/chromeos/login/managed/locally_managed_user_creation_flow.h b/chrome/browser/chromeos/login/managed/locally_managed_user_creation_flow.h |
index 1d017fc43c21a8476e427104cb7beff30d579410..2175ebed5a7162ff289140f8caf5b54c446cdfa7 100644 |
--- a/chrome/browser/chromeos/login/managed/locally_managed_user_creation_flow.h |
+++ b/chrome/browser/chromeos/login/managed/locally_managed_user_creation_flow.h |
@@ -43,6 +43,10 @@ class LocallyManagedUserCreationFlow : public ExtendedUserFlow { |
// local cryptohome. |
bool logged_in_; |
+ // Indicates that cryptohome is mounted and OAuth2 token is validated. |
+ // Used to avoid multiple notifications. |
+ bool session_started_; |
+ |
Profile* manager_profile_; |
DISALLOW_COPY_AND_ASSIGN(LocallyManagedUserCreationFlow); |