| 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 4bc699165bd9560349c9092b1c593742df850691..b117ad020d24c398cc3042ed0019dc3e3e713317 100644
|
| --- a/chrome/browser/ui/search/search_tab_helper.cc
|
| +++ b/chrome/browser/ui/search/search_tab_helper.cc
|
| @@ -359,6 +359,9 @@ void SearchTabHelper::NavigationEntryCommitted(
|
| model_.SetVoiceSearchSupported(false);
|
| chrome::SetInstantSupportStateInNavigationEntry(model_.instant_support(),
|
| entry);
|
| +
|
| + if (InInstantProcess(profile(), web_contents_))
|
| + ipc_router_.OnNavigationEntryCommitted();
|
| }
|
|
|
| void SearchTabHelper::OnInstantSupportDetermined(bool supports_instant) {
|
|
|