Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Unified Diff: chrome/browser/automation/testing_automation_provider.cc

Issue 7753023: [Sync] Add tests for migration triggered by notifications (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}
« no previous file with comments | « no previous file | chrome/browser/sync/notifier/p2p_notifier.h » ('j') | chrome/browser/sync/profile_sync_service_harness.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698