| Index: chrome/browser/instant/instant_client.h
|
| diff --git a/chrome/browser/instant/instant_client.h b/chrome/browser/instant/instant_client.h
|
| index dffdc6b085f9c84c392a7aa82d3eef038e9b9b51..3930920b7bb117b05a15a39cc9406cf77da49ec0 100644
|
| --- a/chrome/browser/instant/instant_client.h
|
| +++ b/chrome/browser/instant/instant_client.h
|
| @@ -122,6 +122,9 @@ class InstantClient : public content::WebContentsObserver {
|
| // a repeat count, negative for moving up, positive for moving down.
|
| void UpOrDownKeyPressed(int count);
|
|
|
| + // Tells the page that the user pressed ESC in the omnibox.
|
| + void EscKeyPressed();
|
| +
|
| // Tells the page that the active tab's search mode has changed.
|
| void SearchModeChanged(const chrome::search::Mode& mode);
|
|
|
|
|