summaryrefslogtreecommitdiffstats
path: root/chrome/common/render_messages.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/render_messages.h')
-rw-r--r--chrome/common/render_messages.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index a9c4d52..64aeb86 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -333,6 +333,10 @@ IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxThemeChanged,
IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxThemeAreaHeightChanged,
int /* height */)
+IPC_MESSAGE_ROUTED2(ChromeViewMsg_SearchBoxFontInformation,
+ string16 /* omnibox_font */,
+ size_t /* omnibox_font_size */)
+
IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxKeyCaptureChanged,
bool /* is_key_capture_enabled */)