Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4290)

Unified Diff: chrome/browser/instant/instant_tab.h

Issue 11889003: Fixing ESC in instant-extended. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reworked to send ESC down to JS, added test. Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698