Chromium Code Reviews| 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 d12624fe214e54ecbd3c8a1d8879cb40596143fc..0603528929a7628b46f40e4d881e7582f5ea8171 100644 |
| --- a/chrome/test/live_sync/live_sync_test.cc |
| +++ b/chrome/test/live_sync/live_sync_test.cc |
| @@ -178,6 +178,8 @@ void LiveSyncTest::SetUpCommandLine(CommandLine* cl) { |
| if (!cl->HasSwitch(switches::kDisableBackgroundNetworking)) |
| cl->AppendSwitch(switches::kDisableBackgroundNetworking); |
| + cl->AppendSwitch(switches::kNewSyncerThread); |
|
Raghu Simha
2011/04/14 23:19:15
I'm not sure if you meant to permanently add this
|
| + |
| #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_CHROMEOS) |
| // Use a basic non-encrypted password store on Linux while running tests. |
| // See http://code.google.com/p/chromium/wiki/LinuxPasswordStorage. |