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

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

Issue 256223003: Supervised users import: make sure users are up-to-date. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes Created 6 years, 8 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 | « no previous file | chrome/browser/chromeos/login/managed/locally_managed_user_creation_flow.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/managed/locally_managed_user_creation_flow.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698