| Index: chrome/browser/sync/test/integration/sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/sync_test.cc b/chrome/browser/sync/test/integration/sync_test.cc
|
| index fbe950088d15d384222e26b4881d0e9e45055d26..d2facbaaff7db150549bbe614a16539612edac34 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_test.cc
|
| @@ -231,7 +231,9 @@ Profile* SyncTest::MakeProfile(const base::FilePath::StringType name) {
|
|
|
| Profile* profile =
|
| Profile::CreateProfile(path, NULL, Profile::CREATE_MODE_SYNCHRONOUS);
|
| - g_browser_process->profile_manager()->RegisterTestingProfile(profile, true);
|
| + g_browser_process->profile_manager()->RegisterTestingProfile(profile,
|
| + true,
|
| + true);
|
| return profile;
|
| }
|
|
|
|
|