| Index: chrome/browser/instant/instant_tab.cc
|
| diff --git a/chrome/browser/instant/instant_tab.cc b/chrome/browser/instant/instant_tab.cc
|
| index 733c6f0a0f000188b544d0d7f7aad4854c94ad64..d7d9a2809511ab1e6ca65d8a78de200cb902b6a1 100644
|
| --- a/chrome/browser/instant/instant_tab.cc
|
| +++ b/chrome/browser/instant/instant_tab.cc
|
| @@ -46,6 +46,10 @@ void InstantTab::UpOrDownKeyPressed(int count) {
|
| client_.UpOrDownKeyPressed(count);
|
| }
|
|
|
| +void InstantTab::EscKeyPressed() {
|
| + client_.EscKeyPressed();
|
| +}
|
| +
|
| void InstantTab::SetMarginSize(int start, int end) {
|
| client_.SetMarginSize(start, end);
|
| }
|
|
|