| Index: chrome/browser/instant/instant_tab.h
|
| diff --git a/chrome/browser/instant/instant_tab.h b/chrome/browser/instant/instant_tab.h
|
| index f8fe8e79f7564b02bdd2ca3e893d00970d12b026..ffc0d07455ff73c3d956a490f6a918639f4689ab 100644
|
| --- a/chrome/browser/instant/instant_tab.h
|
| +++ b/chrome/browser/instant/instant_tab.h
|
| @@ -56,6 +56,7 @@ class InstantTab : public InstantClient::Delegate {
|
| virtual void StartCapturingKeyStrokes() OVERRIDE;
|
| virtual void StopCapturingKeyStrokes() OVERRIDE;
|
| virtual void RenderViewGone() OVERRIDE;
|
| + virtual void NavigateToURL(const GURL& url) OVERRIDE;
|
|
|
| InstantClient client_;
|
| InstantController* const controller_;
|
|
|