| Index: net/disk_cache/backend_impl.cc
|
| ===================================================================
|
| --- net/disk_cache/backend_impl.cc (revision 70854)
|
| +++ net/disk_cache/backend_impl.cc (working copy)
|
| @@ -182,7 +182,8 @@
|
| scoped_refptr<base::FieldTrial> trial2(
|
| new base::FieldTrial("CacheThrottle", 100));
|
| int group2a = trial2->AppendGroup("CacheThrottle_On", 10); // 10 % in.
|
| - trial2->AppendGroup("CacheThrottle_Off", 10); // 10 % control.
|
| + trial2->AppendGroup("CacheThrottle_Off",
|
| + base::FieldTrial::kAllRemainingProbability); // 90 % control.
|
|
|
| return trial2->group() == group2a;
|
| }
|
|
|