Commit dd5287ab authored by shishir@chromium.org's avatar shishir@chromium.org

Enabling speculative resource prefetching for 90% users in canary/dev.


Review URL: https://chromiumcodereview.appspot.com/10834037

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149759 0039d316-1c4b-4281-b951-d872f2087c98
parent 3b74078c
......@@ -256,7 +256,7 @@ void ConfigureSpeculativePrefetching() {
// Field trial to see if we're enabled.
const FieldTrial::Probability kDivisor = 100;
FieldTrial::Probability kDisabledProbability = 99;
FieldTrial::Probability kDisabledProbability = 10;
chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel();
if (channel == chrome::VersionInfo::CHANNEL_STABLE ||
channel == chrome::VersionInfo::CHANNEL_BETA) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment