| Index: chrome/browser/automation/testing_automation_provider.cc
|
| diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc
|
| index a2fdc7301e2431e9c7a71ca599e02a0f725198a4..75ba4cb7f49f24e61fb97c5f095aeb4789e4ac13 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -4631,8 +4631,7 @@ void TestingAutomationProvider::SignInToSync(Browser* browser,
|
| }
|
| if (sync_waiter_.get() == NULL) {
|
| sync_waiter_.reset(new ProfileSyncServiceHarness(
|
| - browser->profile(), username, password,
|
| - true /* expected_notifications_enabled */));
|
| + browser->profile(), username, password));
|
| } else {
|
| sync_waiter_->SetCredentials(username, password);
|
| }
|
|
|