| Index: chrome/test/live_sync/live_sync_test.cc
|
| ===================================================================
|
| --- chrome/test/live_sync/live_sync_test.cc (revision 71392)
|
| +++ chrome/test/live_sync/live_sync_test.cc (working copy)
|
| @@ -174,10 +174,6 @@
|
| if (!cl->HasSwitch(switches::kEnableSyncSessions))
|
| cl->AppendSwitch(switches::kEnableSyncSessions);
|
|
|
| - // TODO(sync): Remove this once passwords sync is enabled by default.
|
| - if (!cl->HasSwitch(switches::kEnableSyncPasswords))
|
| - cl->AppendSwitch(switches::kEnableSyncPasswords);
|
| -
|
| // Disable non-essential access of external network resources.
|
| if (!cl->HasSwitch(switches::kDisableBackgroundNetworking))
|
| cl->AppendSwitch(switches::kDisableBackgroundNetworking);
|
|
|