Chromium Code Reviews| Index: chrome/common/render_messages.h |
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
| index b80621eff52c819a3c6ae41f3b25b48e7cf2e201..f43512bb90ba621e0ac445285f3267f2b6341e95 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 /* top origin url */, |
|
nasko
2016/09/30 20:38:48
nit: Drop the "url" part of the comment, as it is
tommycli
2016/09/30 21:20:41
Done.
|
| std::string /* mime_type */, |
| ChromeViewHostMsg_GetPluginInfo_Output /* output */) |