| Index: chrome/browser/instant/instant_tab.h
|
| diff --git a/chrome/browser/instant/instant_tab.h b/chrome/browser/instant/instant_tab.h
|
| index 8546c08458e4c254dd23f7c49a8d3f1558108116..2109b7e622e693867c14ec1651c549ba27aab380 100644
|
| --- a/chrome/browser/instant/instant_tab.h
|
| +++ b/chrome/browser/instant/instant_tab.h
|
| @@ -44,6 +44,7 @@ class InstantTab : public InstantClient::Delegate {
|
| const std::vector<InstantAutocompleteResult>& results);
|
| void SetDisplayInstantResults(bool display_instant_results);
|
| void UpOrDownKeyPressed(int count);
|
| + void EscKeyPressed();
|
| void SetMarginSize(int start, int end);
|
| void InitializeFonts();
|
|
|
|
|