| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 45a9524294cc8ee9870c64992e1bd59ba3f42176..2329016c2587318ec9e65a6655c5c38a813f8eab 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -1169,7 +1169,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 /* main_frame_origin */,
|
| std::string /* mime_type */,
|
| bool /* found */,
|
| content::WebPluginInfo /* plugin info */,
|
|
|