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

Unified Diff: chrome/common/render_messages.h

Issue 10918289: Instant extended API: Make arrow up/down work. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Hackiness noted Created 8 years, 3 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/common/render_messages.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index 70a2aae4afe8b3b7d89b470ef7dd8f895f0e1492..708e16fffe0b05303be57cc499fa8e23aa521816 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -303,8 +303,8 @@ IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxAutocompleteResults,
std::vector<InstantAutocompleteResult>
/* native_suggestions */)
-IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxKeyPress,
- int /* keycode */)
+IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxUpOrDownKeyPressed,
+ int /* count */)
sky 2012/09/18 19:44:21 Should this be a bool?
sreeram 2012/09/18 19:54:37 No. For example, if the user presses PageDown, we
// Toggles visual muting of the render view area. This is on when a constrained
// window is showing.
« no previous file with comments | « chrome/browser/ui/omnibox/omnibox_edit_model.cc ('k') | chrome/renderer/resources/extensions/searchbox_api.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698