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

Unified Diff: chrome/browser/apps/app_url_redirector_browsertest.cc

Issue 2537503002: [Prerender] Get the prerender mode from Finch field trial. (Closed)
Patch Set: Feature API Created 4 years 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/browser/apps/app_url_redirector_browsertest.cc
diff --git a/chrome/browser/apps/app_url_redirector_browsertest.cc b/chrome/browser/apps/app_url_redirector_browsertest.cc
index b4ca00c89eabb49949ee0d657bbf6c0096573225..b21e42a75456887359079dadf10b52f4f9f48af9 100644
--- a/chrome/browser/apps/app_url_redirector_browsertest.cc
+++ b/chrome/browser/apps/app_url_redirector_browsertest.cc
@@ -118,8 +118,6 @@ void PlatformAppUrlRedirectorBrowserTest::SetUpCommandLine(
base::CommandLine* command_line) {
PlatformAppBrowserTest::SetUpCommandLine(command_line);
command_line->AppendSwitch(::switches::kDisablePopupBlocking);
- command_line->AppendSwitchASCII(::switches::kPrerenderMode,
- ::switches::kPrerenderModeSwitchValueEnabled);
}
// TODO(sergeygs): Factor out common functionality from TestXyz,

Powered by Google App Engine
This is Rietveld 408576698