| 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..357f6926349c9989c98774b8c8b279399ebaffd7 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_test.cc
|
| @@ -468,7 +468,7 @@ bool SyncTest::SetupClients() {
|
|
|
| // Create the required number of sync profiles, browsers and clients.
|
| profiles_.resize(num_clients_);
|
| - profile_delegates_.resize(num_clients_ + 1); // + 1 for the verifier.
|
| + profile_delegates_.resize(num_clients_ + 1); // + 1 for the verifier.
|
| tmp_profile_paths_.resize(num_clients_);
|
| browsers_.resize(num_clients_);
|
| clients_.resize(num_clients_);
|
| @@ -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);
|
| }
|
| }
|
|
|
|
|