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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2527233003: [Prerender] Add a "SimpleLoad" mode to be used as a comparison reference (Closed)
Patch Set: add command line flag Created 4 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
« 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 19fc161da154168457c504230d5fe9d46a13af99..ae359f75bcc85f7f33b389bf702869ca13016d7e 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -755,6 +755,9 @@ const char kPrerenderModeSwitchValueDisabled[] = "disabled";
const char kPrerenderModeSwitchValueEnabled[] = "enabled";
// prefetch: NoState Prefetch experiment.
const char kPrerenderModeSwitchValuePrefetch[] = "prefetch";
+// simple-load: experiment with prerendering disabled but metrics reporting
+// enabled, to use as a reference for comparisons.
+const char kPrerenderModeSwitchValueSimpleLoad[] = "simple-load";
// Use IPv6 only for privet HTTP.
const char kPrivetIPv6Only[] = "privet-ipv6-only";
« 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