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