Chromium Code Reviews| Index: content/public/browser/plugin_service_filter.h |
| =================================================================== |
| --- content/public/browser/plugin_service_filter.h (revision 238847) |
| +++ content/public/browser/plugin_service_filter.h (working copy) |
| @@ -24,7 +24,7 @@ |
| // Whether |plugin| is available. The client can return false to hide the |
| // plugin, or return true and optionally change the passed in plugin. |
| virtual bool IsPluginAvailable(int render_process_id, |
| - int render_view_id, |
| + int render_frame_id, |
| const void* context, |
| const GURL& url, |
| const GURL& policy_url, |