Chromium Code Reviews| Index: chrome/plugin/npobject_util.h |
| =================================================================== |
| --- chrome/plugin/npobject_util.h (revision 10079) |
| +++ chrome/plugin/npobject_util.h (working copy) |
| @@ -48,7 +48,8 @@ |
| void CreateNPVariantParam(const NPVariant& variant, |
| PluginChannelBase* channel, |
| NPVariant_Param* param, |
| - bool release); |
| + bool release, |
| + base::WaitableEvent* modal_dialog_event); |
| #if defined(OS_WIN) |
| // Creates an NPVariant from the marshalled object. |