Chromium Code Reviews| Index: chrome/common/render_messages.h |
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
| index 2758407b2c2c1da090f874bbce94c15676063522..d3aff3344c2dca1c5d64cb624099af64a94ba694 100644 |
| --- a/chrome/common/render_messages.h |
| +++ b/chrome/common/render_messages.h |
| @@ -119,6 +119,7 @@ IPC_ENUM_TRAITS(ChromeViewHostMsg_GetPluginInfo_Status::Value) |
| IPC_ENUM_TRAITS(InstantCompleteBehavior) |
| IPC_ENUM_TRAITS(InstantSizeUnits) |
| IPC_ENUM_TRAITS(InstantSuggestionType) |
| +IPC_ENUM_TRAITS(OmniboxFocusChangeReason) |
| IPC_ENUM_TRAITS(OmniboxFocusState) |
| IPC_ENUM_TRAITS(search_provider::OSDDType) |
| IPC_ENUM_TRAITS(search_provider::InstallState) |
| @@ -346,8 +347,9 @@ IPC_MESSAGE_ROUTED2(ChromeViewMsg_SearchBoxFontInformation, |
| string16 /* omnibox_font */, |
| size_t /* omnibox_font_size */) |
| -IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxKeyCaptureChanged, |
| - bool /* is_key_capture_enabled */) |
| +IPC_MESSAGE_ROUTED2(ChromeViewMsg_SearchBoxFocusChanged, |
| + OmniboxFocusState /* new_focus_state */, |
|
melevin
2013/05/14 22:06:23
Align with 'ChromeViewMsg' above.
Donn Denman
2013/05/14 22:39:27
Done.
|
| + OmniboxFocusChangeReason /* reason */) |
| IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxMostVisitedItemsChanged, |
| std::vector<InstantMostVisitedItemIDPair> /* items */) |