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

Unified Diff: chrome/renderer/searchbox/searchbox.h

Issue 11889003: Fixing ESC in instant-extended. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reverted back to asvitkine's fix. REALLY answered PK's comments. :) 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/renderer/searchbox/searchbox.h
diff --git a/chrome/renderer/searchbox/searchbox.h b/chrome/renderer/searchbox/searchbox.h
index 74c16c6f1f6cccc8ac023a37e6a66747ca4d2df7..eff20568140117d996dda81766fad726641e45c1 100644
--- a/chrome/renderer/searchbox/searchbox.h
+++ b/chrome/renderer/searchbox/searchbox.h
@@ -86,6 +86,7 @@ class SearchBox : public content::RenderViewObserver,
void OnAutocompleteResults(
const std::vector<InstantAutocompleteResult>& results);
void OnUpOrDownKeyPressed(int count);
+ void OnCancelSelection(string16 query);
void OnKeyCaptureChange(bool is_key_capture_enabled);
void OnModeChanged(const chrome::search::Mode& mode);
void OnSetDisplayInstantResults(bool display_instant_results);

Powered by Google App Engine
This is Rietveld 408576698