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

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

Issue 2876153002: Support Using ScopedFeatureList in BrowserTest (Closed)
Patch Set: ilya comments addressed Created 3 years, 6 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
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 7dd5f9251b179a81f0fd104477e81d286edbbfb0..ea6d614f2c0c2087d1ac9c725809a03ddd878600 100644
--- a/chrome/test/base/test_launcher_utils.cc
+++ b/chrome/test/base/test_launcher_utils.cc
@@ -26,11 +26,6 @@
namespace test_launcher_utils {
void PrepareBrowserCommandLineForTests(base::CommandLine* command_line) {
- // Turn off preconnects because they break the brittle python webserver;
- // see http://crbug.com/60035.
- command_line->AppendSwitchASCII(switches::kDisableFeatures,
- "NetworkPrediction");
-
// Don't show the first run ui.
command_line->AppendSwitch(switches::kNoFirstRun);

Powered by Google App Engine
This is Rietveld 408576698