Index: chrome/renderer/render_thread.cc |
=================================================================== |
--- chrome/renderer/render_thread.cc (revision 71223) |
+++ chrome/renderer/render_thread.cc (working copy) |
@@ -305,8 +305,10 @@ |
// channel is established in time, EstablishGpuChannelSync will not block when |
// it is later called. Delays by a fixed period of time to avoid loading the |
// GPU immediately in an attempt to not slow startup time. |
+ // After June 30, 2011 builds, it will always be in defaut group. |
scoped_refptr<base::FieldTrial> prelaunch_trial( |
- new base::FieldTrial("PrelaunchGpuProcessExperiment", 100)); |
+ new base::FieldTrial("PrelaunchGpuProcessExperiment", 100, |
+ "default_prelaunch_gpu_process", 2011, 6, 30)); |
int prelaunch_group = prelaunch_trial->AppendGroup("prelaunch_gpu_process", |
kPrelauchGpuPercentage); |
if (prelaunch_group == prelaunch_trial->group() || |