| Index: chrome/browser/instant/instant_tab.h
|
| diff --git a/chrome/browser/instant/instant_tab.h b/chrome/browser/instant/instant_tab.h
|
| index 18a51f6d15555b2e6dd2752265c8cde44019ac31..9af7b131fea69cfb50b9718677768a6d8b92e0ee 100644
|
| --- a/chrome/browser/instant/instant_tab.h
|
| +++ b/chrome/browser/instant/instant_tab.h
|
| @@ -52,6 +52,8 @@ class InstantTab : public InstantClient::Delegate {
|
| virtual void ShowInstantPreview(InstantShownReason reason,
|
| int height,
|
| InstantSizeUnits units) OVERRIDE;
|
| + virtual void StartCapturingKeyStrokes() OVERRIDE;
|
| + virtual void StopCapturingKeyStrokes() OVERRIDE;
|
|
|
| InstantClient client_;
|
| InstantController* const controller_;
|
|
|