Chromium Code Reviews| Index: content/common/frame_messages.h |
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
| index 27f9af77f4335908c0e1e95aeec9369ea35acc22..c56f1d7c3ee5492f972bb36b84a3d47eb6a1c5a5 100644 |
| --- a/content/common/frame_messages.h |
| +++ b/content/common/frame_messages.h |
| @@ -1224,9 +1224,10 @@ IPC_MESSAGE_ROUTED1(FrameHostMsg_PepperStopsPlayback, |
| int32_t /* pp_instance */) |
| // Used to get the list of plugins |
|
alexmos
2016/08/02 22:06:28
nit: update this comment to explain what the main_
trizzofo
2016/08/03 00:08:37
Done.
|
| -IPC_SYNC_MESSAGE_CONTROL1_1(FrameHostMsg_GetPlugins, |
| - bool /* refresh*/, |
| - std::vector<content::WebPluginInfo> /* plugins */) |
| +IPC_SYNC_MESSAGE_CONTROL2_1(FrameHostMsg_GetPlugins, |
| + bool /* refresh*/, |
| + url::Origin /* main_frame_origin */, |
| + std::vector<content::WebPluginInfo> /* plugins */) |
| // Return information about a plugin for the given URL and MIME |
| // type. If there is no matching plugin, |found| is false. |