| Index: chrome/plugin/npobject_util.h
|
| diff --git a/chrome/plugin/npobject_util.h b/chrome/plugin/npobject_util.h
|
| index 1ff38a0885c863e2246fcd8a420d00ef94328be0..ee5822534d2bde74f4abcee794889419e5a3db69 100644
|
| --- a/chrome/plugin/npobject_util.h
|
| +++ b/chrome/plugin/npobject_util.h
|
| @@ -12,6 +12,7 @@
|
| #if defined(OS_WIN)
|
| #include <windows.h>
|
| #endif
|
| +
|
| #include "chrome/plugin/npobject_stub.h"
|
|
|
| struct _NPVariant;
|
| @@ -51,13 +52,13 @@ void CreateNPVariantParam(const NPVariant& variant,
|
| bool release,
|
| base::WaitableEvent* modal_dialog_event);
|
|
|
| -#if defined(OS_WIN)
|
| // Creates an NPVariant from the marshalled object.
|
| void CreateNPVariant(const NPVariant_Param& param,
|
| PluginChannelBase* channel,
|
| NPVariant* result,
|
| base::WaitableEvent* modal_dialog_event);
|
|
|
| +#if defined(OS_WIN)
|
| // Given a plugin's HWND, returns an event associated with the WebContents
|
| // that's set when inside a messagebox. This tells the plugin process that
|
| // the message queue should be pumped (as what would happen if everything was
|
|
|