| Index: chrome/browser/ui/search/search_tab_helper.cc
|
| diff --git a/chrome/browser/ui/search/search_tab_helper.cc b/chrome/browser/ui/search/search_tab_helper.cc
|
| index c0890f5df8048454cd0fb9d6cc11c2fa1265c86a..a361016da8936384ad8610b6d41445ba138571ea 100644
|
| --- a/chrome/browser/ui/search/search_tab_helper.cc
|
| +++ b/chrome/browser/ui/search/search_tab_helper.cc
|
| @@ -325,10 +325,6 @@ void SearchTabHelper::NavigationEntryCommitted(
|
| if (!load_details.is_main_frame)
|
| return;
|
|
|
| - if (search::ShouldAssignURLToInstantRenderer(web_contents_->GetURL(),
|
| - profile()))
|
| - ipc_router_.SetDisplayInstantResults();
|
| -
|
| UpdateMode(true);
|
|
|
| content::NavigationEntry* entry =
|
|
|