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

Unified Diff: chrome/browser/prerender/prerender_field_trial.cc

Issue 7599028: Prerender at 99%. This will be the default from now on. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prerender/prerender_field_trial.cc
diff --git a/chrome/browser/prerender/prerender_field_trial.cc b/chrome/browser/prerender/prerender_field_trial.cc
index 1909357c2d1afdeae8e4ba8eeb4afd8f9a8ab67b..9153eba049dcd83297d760e60aa76be8debbeb3e 100644
--- a/chrome/browser/prerender/prerender_field_trial.cc
+++ b/chrome/browser/prerender/prerender_field_trial.cc
@@ -51,10 +51,10 @@ void ConfigurePrefetchAndPrerender(const CommandLine& command_line) {
case PRERENDER_OPTION_AUTO: {
const base::FieldTrial::Probability kPrefetchDivisor = 1000;
const base::FieldTrial::Probability kYesPrefetchProbability = 0;
- const base::FieldTrial::Probability kPrerenderExp1Probability = 400;
- const base::FieldTrial::Probability kPrerenderControl1Probability = 100;
- const base::FieldTrial::Probability kPrerenderExp2Probability = 400;
- const base::FieldTrial::Probability kPrerenderControl2Probability = 100;
+ const base::FieldTrial::Probability kPrerenderExp1Probability = 495;
+ const base::FieldTrial::Probability kPrerenderControl1Probability = 5;
+ const base::FieldTrial::Probability kPrerenderExp2Probability = 495;
+ const base::FieldTrial::Probability kPrerenderControl2Probability = 5;
scoped_refptr<base::FieldTrial> trial(
new base::FieldTrial("Prefetch", kPrefetchDivisor,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698