Chromium Code Reviews| Index: content/common/frame_messages.h |
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
| index 1a15567b6fed0c29303c89cc068f18c179085245..4929c8fb7ca8ee88604ec11e7f0405f2788a1eb1 100644 |
| --- a/content/common/frame_messages.h |
| +++ b/content/common/frame_messages.h |
| @@ -1238,7 +1238,7 @@ IPC_SYNC_MESSAGE_CONTROL2_1(FrameHostMsg_GetPlugins, |
| IPC_SYNC_MESSAGE_CONTROL4_3(FrameHostMsg_GetPluginInfo, |
| int /* render_frame_id */, |
| GURL /* url */, |
| - GURL /* page_url */, |
| + url::Origin /* page_url */, |
|
nasko
2016/09/30 20:38:49
Please update the comment.
tommycli
2016/09/30 21:20:42
Done.
|
| std::string /* mime_type */, |
| bool /* found */, |
| content::WebPluginInfo /* plugin info */, |