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

Unified Diff: chrome/test/test_launcher_utils.cc

Issue 4724004: Group commandline settings in UI test and in process browser test. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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/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) {

Powered by Google App Engine
This is Rietveld 408576698