| Index: chrome/browser/ui/search/instant_controller.cc
|
| diff --git a/chrome/browser/ui/search/instant_controller.cc b/chrome/browser/ui/search/instant_controller.cc
|
| index f4ba1a4f35081ff5ea043d8caccae9fe3e56a8f6..1973b79c528e12ee80421373e62ec534d926d303 100644
|
| --- a/chrome/browser/ui/search/instant_controller.cc
|
| +++ b/chrome/browser/ui/search/instant_controller.cc
|
| @@ -1634,10 +1634,7 @@ InstantController::ShouldSwitchToLocalOverlay() const {
|
| }
|
|
|
| void InstantController::ResetInstantTab() {
|
| - // Do not wire up the InstantTab in Incognito, to prevent it from sending data
|
| - // to the page.
|
| - if (!search_mode_.is_origin_default() &&
|
| - !browser_->profile()->IsOffTheRecord()) {
|
| + if (!search_mode_.is_origin_default()) {
|
| content::WebContents* active_tab = browser_->GetActiveWebContents();
|
| if (!instant_tab_ || active_tab != instant_tab_->contents()) {
|
| instant_tab_.reset(new InstantTab(this));
|
|
|