| Index: chrome/browser/chromeos/login/session/user_session_manager.h
|
| diff --git a/chrome/browser/chromeos/login/session/user_session_manager.h b/chrome/browser/chromeos/login/session/user_session_manager.h
|
| index 3a853e301d5fb0728b8478e4bd53ddef14b7cff6..fd86cd9b94b66d073da1e884a68c5e81b4bce349 100644
|
| --- a/chrome/browser/chromeos/login/session/user_session_manager.h
|
| +++ b/chrome/browser/chromeos/login/session/user_session_manager.h
|
| @@ -289,10 +289,13 @@ class UserSessionManager
|
|
|
| void StartCrosSession();
|
| void PrepareProfile();
|
| + void PrepareProfileAfterFilesystemCheck(
|
| + bool arc_compatible_filesystem);
|
|
|
| // Callback for asynchronous profile creation.
|
| void OnProfileCreated(const UserContext& user_context,
|
| bool is_incognito_profile,
|
| + bool arc_compatible_filesystem,
|
| Profile* profile,
|
| Profile::CreateStatus status);
|
|
|
| @@ -301,7 +304,8 @@ class UserSessionManager
|
| // early profile initialization that needs to happen before
|
| // ProfileManager::DoFinalInit() gets called is done here.
|
| void InitProfilePreferences(Profile* profile,
|
| - const UserContext& user_context);
|
| + const UserContext& user_context,
|
| + bool arc_compatible_filesystem);
|
|
|
| // Callback for Profile::CREATE_STATUS_INITIALIZED profile state.
|
| // Profile is created, extensions and promo resources are initialized.
|
|
|