| Index: chrome/browser/instant/instant_tab.h
|
| diff --git a/chrome/browser/instant/instant_tab.h b/chrome/browser/instant/instant_tab.h
|
| index 9af7b131fea69cfb50b9718677768a6d8b92e0ee..66c62a5bbe279fb12e041a7c6c2494de7b4caabe 100644
|
| --- a/chrome/browser/instant/instant_tab.h
|
| +++ b/chrome/browser/instant/instant_tab.h
|
| @@ -54,6 +54,7 @@ class InstantTab : public InstantClient::Delegate {
|
| InstantSizeUnits units) OVERRIDE;
|
| virtual void StartCapturingKeyStrokes() OVERRIDE;
|
| virtual void StopCapturingKeyStrokes() OVERRIDE;
|
| + virtual void AboutToNavigateMainFrame(const GURL& url) OVERRIDE;
|
|
|
| InstantClient client_;
|
| InstantController* const controller_;
|
|
|