Commit 5c7ce22d authored by tburkard@chromium.org's avatar tburkard@chromium.org

Disable the local browsing predictor for the next milestone.

R=cbentzel@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10827140

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149682 0039d316-1c4b-4281-b951-d872f2087c98
parent 0c717e54
......@@ -183,8 +183,7 @@ PrerenderManager::PrerenderManager(Profile* profile,
base::TimeDelta::FromMilliseconds(kMinTimeBetweenPrerendersMs)),
weak_factory_(this),
prerender_history_(new PrerenderHistory(kHistoryLength)),
histograms_(new PrerenderHistograms()),
local_predictor_(new PrerenderLocalPredictor(this)) {
histograms_(new PrerenderHistograms()) {
// There are some assumptions that the PrerenderManager is on the UI thread.
// Any other checks simply make sure that the PrerenderManager is accessed on
// the same thread that it was created on.
......
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