Index: chrome/test/live_sync/live_sync_test.cc |
diff --git a/chrome/test/live_sync/live_sync_test.cc b/chrome/test/live_sync/live_sync_test.cc |
index eca363eca8ca7b236e0311004c48ee9f8e943d3d..7c0bc5145023fa6d2c9725c849cc0b1210707a94 100644 |
--- a/chrome/test/live_sync/live_sync_test.cc |
+++ b/chrome/test/live_sync/live_sync_test.cc |
@@ -118,11 +118,6 @@ void LiveSyncTest::SetUp() { |
cl->AppendSwitch(switches::kSyncUseSslTcp); |
} |
- // TODO(sync): Remove this once passwords sync is enabled by default. |
- if (!cl->HasSwitch(switches::kEnableSyncPasswords)) { |
- cl->AppendSwitch(switches::kEnableSyncPasswords); |
- } |
- |
// Mock the Mac Keychain service. The real Keychain can block on user input. |
#if defined(OS_MACOSX) |
Encryptor::UseMockKeychain(true); |