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

Unified Diff: chrome/browser/sync/profile_sync_service_unittest.cc

Issue 435463002: Enable rollback by default on trunk (m38). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/sync/profile_sync_service_unittest.cc
diff --git a/chrome/browser/sync/profile_sync_service_unittest.cc b/chrome/browser/sync/profile_sync_service_unittest.cc
index 66725b53a64be5b07797de3d3261d9fda3907e85..2be6b9aabfb506ef0e1396f5849eef9e95ffa4c6 100644
--- a/chrome/browser/sync/profile_sync_service_unittest.cc
+++ b/chrome/browser/sync/profile_sync_service_unittest.cc
@@ -543,9 +543,6 @@ TEST_F(ProfileSyncServiceTest, BackupAfterSyncDisabled) {
}
TEST_F(ProfileSyncServiceTest, RollbackThenBackup) {
- CommandLine::ForCurrentProcess()->AppendSwitch(
- switches::kSyncEnableRollback);
-
CreateService(browser_sync::MANUAL_START);
service()->SetSyncSetupCompleted();
ExpectDataTypeManagerCreation(3);

Powered by Google App Engine
This is Rietveld 408576698