| 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 0b5efdb18d0b59a8fff2aec1c1ab5f838b2ebb3d..b0f961b957f89bc36481abdef1382565139d2da0 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_test.cc
|
| @@ -623,7 +623,7 @@ bool SyncTest::SetupSync() {
|
| // be removed. http://crbug.com/484388
|
| for (int i = 0; i < num_clients_; ++i) {
|
| LoginUIServiceFactory::GetForProfile(GetProfile(i))->
|
| - SyncConfirmationUIClosed(false /* configure_sync_first */);
|
| + SyncConfirmationUIClosed(LoginUIService::SYNC_WITH_DEFAULT_SETTINGS);
|
| }
|
| }
|
|
|
|
|