| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index b80621eff52c819a3c6ae41f3b25b48e7cf2e201..699966bcb01f10c39ef387d6876d6df316bd972a 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -27,6 +27,7 @@
|
| #include "third_party/WebKit/public/web/WebWindowFeatures.h"
|
| #include "ui/base/window_open_disposition.h"
|
| #include "url/ipc/url_param_traits.h"
|
| +#include "url/origin.h"
|
|
|
| // Singly-included section for enums and custom IPC traits.
|
| #ifndef CHROME_COMMON_RENDER_MESSAGES_H_
|
| @@ -356,7 +357,7 @@ IPC_SYNC_MESSAGE_CONTROL3_1(ChromeViewHostMsg_RequestFileSystemAccessSync,
|
| IPC_SYNC_MESSAGE_CONTROL4_1(ChromeViewHostMsg_GetPluginInfo,
|
| int /* render_frame_id */,
|
| GURL /* url */,
|
| - GURL /* top origin url */,
|
| + url::Origin /* main_frame_origin */,
|
| std::string /* mime_type */,
|
| ChromeViewHostMsg_GetPluginInfo_Output /* output */)
|
|
|
|
|