| Index: chrome/browser/sync/test/integration/sync_arc_package_helper.cc
|
| diff --git a/chrome/browser/sync/test/integration/sync_arc_package_helper.cc b/chrome/browser/sync/test/integration/sync_arc_package_helper.cc
|
| index 3626338abbd2fcef904e5c9e82bb44cbf59e8f6f..0dcb2cf649782baa31f26a32b7b49d308b0fd7e1 100644
|
| --- a/chrome/browser/sync/test/integration/sync_arc_package_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_arc_package_helper.cc
|
| @@ -153,7 +153,8 @@ void SyncArcPackageHelper::SetupArcService(Profile* profile, size_t id) {
|
| ArcSessionManager* arc_session_manager = ArcSessionManager::Get();
|
| DCHECK(arc_session_manager);
|
| ArcSessionManager::DisableUIForTesting();
|
| - arc_session_manager->OnPrimaryUserProfilePrepared(profile);
|
| + arc_session_manager->SetProfile(profile);
|
| + arc_session_manager->StartPreferenceHandler();
|
| arc::SetArcPlayStoreEnabledForProfile(profile, true);
|
|
|
| ArcAppListPrefs* arc_app_list_prefs = ArcAppListPrefs::Get(profile);
|
|
|