| 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 b3e0a3cc016a910b4bb51ddb67fcf28034e66fb1..6a98e2897d634d3bb7f84f09c6d24dd341863324 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -4287,7 +4287,7 @@ void TestingAutomationProvider::SignInToSync(Browser* browser,
|
| }
|
| if (sync_waiter_.get() == NULL) {
|
| sync_waiter_.reset(new ProfileSyncServiceHarness(
|
| - browser->profile(), username, password, 0));
|
| + browser->profile(), username, password));
|
| } else {
|
| sync_waiter_->SetCredentials(username, password);
|
| }
|
|
|