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

Unified Diff: chrome/test/base/test_launcher_utils.cc

Issue 10828373: [net] Add AsyncDns field trial. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 4 months 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
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/test_launcher_utils.cc
diff --git a/chrome/test/base/test_launcher_utils.cc b/chrome/test/base/test_launcher_utils.cc
index ac1c97e3e6573966dac25996cad16b5e8f5c5fe9..9e2d2877c1be0d9dc62e491bce4c7e78e2491dd8 100644
--- a/chrome/test/base/test_launcher_utils.cc
+++ b/chrome/test/base/test_launcher_utils.cc
@@ -28,6 +28,9 @@ void PrepareBrowserCommandLineForTests(CommandLine* command_line) {
// see http://crbug.com/60035.
command_line->AppendSwitch(switches::kDisablePreconnect);
+ // Turn off built-in asynchronous DNS client.
+ command_line->AppendSwitch(switches::kDisableAsyncDns);
+
// Don't show the first run ui.
command_line->AppendSwitch(switches::kNoFirstRun);
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698