Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index b6e49c1e09ecbf3461eb7913f5b59a4c68c88acf..e9de5404be73aa3d89c8e45261e1ad36259f7359 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -1234,7 +1234,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 */, |