| Index: chrome/browser/instant/instant_tab.cc
|
| diff --git a/chrome/browser/instant/instant_tab.cc b/chrome/browser/instant/instant_tab.cc
|
| index 23085632d566e43e9a71465f0b23364935591c69..db9c3b3211018368302ebb0d76da55c1e45162b1 100644
|
| --- a/chrome/browser/instant/instant_tab.cc
|
| +++ b/chrome/browser/instant/instant_tab.cc
|
| @@ -75,3 +75,7 @@ void InstantTab::StartCapturingKeyStrokes() {
|
| void InstantTab::StopCapturingKeyStrokes() {
|
| // We don't honor this call from committed tabs.
|
| }
|
| +
|
| +void InstantTab::InstantClientAboutToNavigate(const GURL& url) {
|
| + // The client is a committed tab, navigations will happen as expected.
|
| +}
|
|
|