Searched refs:profile_path_being_created_ (Results 1 – 2 of 2) sorted by relevance
75 DCHECK(profile_path_being_created_.empty()); in CreateProfile()119 profile_path_being_created_ = ProfileManager::CreateMultiProfileAsync( in CreateProfile()193 DCHECK_EQ(profile_path_being_created_.value(), in RegisterManagedUser()249 DCHECK_EQ(profile_path_being_created_.value(), profile->GetPath().value()); in CreateShortcutAndShowSuccess()250 profile_path_being_created_.clear(); in CreateShortcutAndShowSuccess()283 profile_path_being_created_.clear(); in ShowProfileCreationError()302 if (profile_path_being_created_.empty()) in CancelProfileRegistration()306 Profile* new_profile = manager->GetProfileByPath(profile_path_being_created_); in CancelProfileRegistration()331 profile_path_being_created_.clear(); in CancelProfileRegistration()
147 base::FilePath profile_path_being_created_; variable