| Index: chrome/browser/instant/instant_loader.h
|
| diff --git a/chrome/browser/instant/instant_loader.h b/chrome/browser/instant/instant_loader.h
|
| index be244f5a18c650be6ad2f86ad3f78b0228109c91..7f25d101d40e38323d8fecc98a8359e2e6418a2d 100644
|
| --- a/chrome/browser/instant/instant_loader.h
|
| +++ b/chrome/browser/instant/instant_loader.h
|
| @@ -103,6 +103,7 @@ class InstantLoader : public InstantClient::Delegate,
|
| void SendAutocompleteResults(
|
| const std::vector<InstantAutocompleteResult>& results);
|
| void UpOrDownKeyPressed(int count);
|
| + void EscKeyPressed();
|
| void SearchModeChanged(const chrome::search::Mode& mode);
|
| void SendThemeBackgroundInfo(const ThemeBackgroundInfo& theme_info);
|
| void SendThemeAreaHeight(int height);
|
|
|