| 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 a848e123456120a0cc72f781511e4ae511988881..1bd1465ee1e345d5b4ae2eeced334f760e316237 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_test.cc
|
| @@ -620,7 +620,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);
|
| }
|
| }
|
|
|
|
|