| Index: chrome/browser/instant/instant_controller.cc
|
| diff --git a/chrome/browser/instant/instant_controller.cc b/chrome/browser/instant/instant_controller.cc
|
| index 151308c538ab07c28988c54d03ed55faabfb22a7..001e238e7e57cdf505e51352195570a6040338c2 100644
|
| --- a/chrome/browser/instant/instant_controller.cc
|
| +++ b/chrome/browser/instant/instant_controller.cc
|
| @@ -93,6 +93,9 @@ void InstantController::Update(TabContents* tab_contents,
|
| if (!loader_manager_.get())
|
| loader_manager_.reset(new InstantLoaderManager(this));
|
|
|
| + if (!is_active_)
|
| + delegate_->PrepareForInstant();
|
| +
|
| if (ShouldUpdateNow(template_url_id, match.destination_url)) {
|
| UpdateLoader(template_url, match.destination_url, match.transition,
|
| user_text, suggested_text);
|
|
|