| 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 0624bb446358d745e8c1b34c7cf59d8d237cc132..3085c4f9f3fa7b4476381215beff5fe7d50a2d66 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_test.cc
|
| @@ -618,7 +618,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);
|
| }
|
| }
|
|
|
|
|