| Index: chrome/browser/prerender/prerender_manager.cc
|
| ===================================================================
|
| --- chrome/browser/prerender/prerender_manager.cc (revision 220426)
|
| +++ chrome/browser/prerender/prerender_manager.cc (working copy)
|
| @@ -241,7 +241,7 @@
|
| // the same thread that it was created on.
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
|
|
| - if (IsLocalPredictorEnabled())
|
| + if (IsLocalPredictorEnabled(profile))
|
| local_predictor_.reset(new PrerenderLocalPredictor(this));
|
|
|
| if (IsLoggedInPredictorEnabled() && !profile_->IsOffTheRecord()) {
|
|
|