| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 8c399719cc72759a993895c2aea0dcb9741aebad..cf87b6da2d064b96a58f066d6abacb62c8bd39a4 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -32,6 +32,7 @@
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebCache.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebConsoleMessage.h"
|
| #include "ui/gfx/rect.h"
|
| +#include "webkit/glue/window_open_disposition.h"
|
|
|
| // Singly-included section for enums and custom IPC traits.
|
| #ifndef CHROME_COMMON_RENDER_MESSAGES_H_
|
| @@ -671,10 +672,11 @@ IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_InstantSupportDetermined,
|
| int /* page_id */,
|
| bool /* result */)
|
|
|
| -IPC_MESSAGE_ROUTED3(ChromeViewHostMsg_SearchBoxNavigate,
|
| +IPC_MESSAGE_ROUTED4(ChromeViewHostMsg_SearchBoxNavigate,
|
| int /* page_id */,
|
| GURL /* destination */,
|
| - content::PageTransition /* transition */)
|
| + content::PageTransition /* transition */,
|
| + WindowOpenDisposition /* disposition */)
|
|
|
| // Sent by the Instant preview asking to show itself with the given height.
|
| IPC_MESSAGE_ROUTED4(ChromeViewHostMsg_ShowInstantPreview,
|
|
|