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

Unified Diff: chrome/common/chrome_switches.cc

Issue 1048723003: [Cleanup] Remove the obsolete Prerender field trial. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove obsolete browser tests Created 5 years, 9 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.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 1938051c788b7b126ae5d16d0e93fa45dcaa5910..0242404d8a9bea4008596f93dbb013e78d9e39b3 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -920,9 +920,7 @@ const char kPrerenderFromOmniboxSwitchValueEnabled[] = "enabled";
// are dispatched from <link rel=prefetch href=...> elements.
const char kPrerenderMode[] = "prerender";
// These are the values the kPrerenderMode switch may have, as in
-// "--prerender=auto".
-// auto: Allow field trial selection for prerender.
-const char kPrerenderModeSwitchValueAuto[] = "auto";
+// "--prerender=disabled".
// disabled: No prerendering.
const char kPrerenderModeSwitchValueDisabled[] = "disabled";
// enabled: Prerendering.
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698