Chromium Code Reviews| 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. |