| Index: chrome/browser/ui/search/instant_controller.h
|
| diff --git a/chrome/browser/ui/search/instant_controller.h b/chrome/browser/ui/search/instant_controller.h
|
| index 3030b7a68252c7187c4fb3ea3984b60db1fd88e1..f5a90696e6224c6e3b246e7838bfd1aefb6339f3 100644
|
| --- a/chrome/browser/ui/search/instant_controller.h
|
| +++ b/chrome/browser/ui/search/instant_controller.h
|
| @@ -378,6 +378,9 @@ class InstantController : public InstantPage::Delegate,
|
| // Returns true if the local page is being used.
|
| bool UsingLocalPage() const;
|
|
|
| + // Sends the Escape key press event to the InstantPage.
|
| + void OnEscKeyPressed() const;
|
| +
|
| BrowserInstantController* const browser_;
|
|
|
| // Whether the extended API and regular API are enabled. If both are false,
|
|
|