Chromium Code Reviews| Index: chrome/test/test_launcher_utils.cc |
| =================================================================== |
| --- chrome/test/test_launcher_utils.cc (revision 65553) |
| +++ chrome/test/test_launcher_utils.cc (working copy) |
| @@ -40,6 +40,9 @@ |
| // Mac does not support accelerated compositing with OSMesa. |
| // http://crbug.com/58343 |
| command_line->AppendSwitch(switches::kDisableAcceleratedCompositing); |
| + |
| + // Disable safebrowsing autoupdate. It is not needed for UI test. |
| + command_line.AppendSwitch(switches::kSbDisableAutoUpdate); |
|
Scott Hess - ex-Googler
2010/11/10 18:27:05
Surrounding code uses ->.
|
| } |
| bool OverrideUserDataDir(const FilePath& user_data_dir) { |