Index: chrome/common/render_messages.h |
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
index de309b69d91683b0bd6ef0e9d9c3b5375a878505..eb7a7846d3b49d0d92d1a2650930092d67158ec1 100644 |
--- a/chrome/common/render_messages.h |
+++ b/chrome/common/render_messages.h |
@@ -21,6 +21,7 @@ |
#include "chrome/common/content_settings_pattern.h" |
#include "chrome/common/instant_types.h" |
#include "chrome/common/nacl_types.h" |
+#include "chrome/common/omnibox_focus_state.h" |
#include "chrome/common/search_provider.h" |
#include "chrome/common/search_types.h" |
#include "chrome/common/translate_errors.h" |
@@ -118,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(OmniboxFocusState) |
IPC_ENUM_TRAITS(search_provider::OSDDType) |
IPC_ENUM_TRAITS(search_provider::InstallState) |
IPC_ENUM_TRAITS(ThemeBackgroundImageAlignment) |
@@ -695,8 +697,9 @@ IPC_MESSAGE_ROUTED3(ChromeViewHostMsg_ShowInstantOverlay, |
InstantSizeUnits /* units */) |
// Sent by Instant to focus the omnibox. |
-IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_FocusOmnibox, |
- int /* page_id */) |
+IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_FocusOmnibox, |
+ int /* page_id */, |
+ OmniboxFocusState /* state */) |
// Sent by Instant to show any attached bars. |
IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_SearchBoxShowBars, |
@@ -706,12 +709,6 @@ IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_SearchBoxShowBars, |
IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_SearchBoxHideBars, |
int /* page_id */) |
-IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_StartCapturingKeyStrokes, |
- int /* page_id */) |
- |
-IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_StopCapturingKeyStrokes, |
- int /* page_id */) |
- |
// The currently displayed PDF has an unsupported feature. |
IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_PDFHasUnsupportedFeature) |