| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index e1dee0252c30c0a9c646f53848e46e5ee7808241..b434ca9787e5db84497f466aa0922af869ef1ad3 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -326,6 +326,9 @@ IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxThemeChanged,
|
| IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxThemeAreaHeightChanged,
|
| int /* height */)
|
|
|
| +IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxKeyCaptureChanged,
|
| + bool /* is_key_capture_enabled */)
|
| +
|
| // Toggles visual muting of the render view area. This is on when a constrained
|
| // window is showing.
|
| IPC_MESSAGE_ROUTED1(ChromeViewMsg_SetVisuallyDeemphasized,
|
|
|