diff options
Diffstat (limited to 'chrome/plugin/npobject_stub.h')
-rw-r--r-- | chrome/plugin/npobject_stub.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/plugin/npobject_stub.h b/chrome/plugin/npobject_stub.h index da0745c..0f59290 100644 --- a/chrome/plugin/npobject_stub.h +++ b/chrome/plugin/npobject_stub.h @@ -68,7 +68,7 @@ class NPObjectStub : public IPC::Channel::Listener, bool* result); void OnSetProperty(const NPIdentifier_Param& name, const NPVariant_Param& property, - bool* result); + IPC::Message* reply_msg); void OnRemoveProperty(const NPIdentifier_Param& name, bool* result); void OnInvalidate(); |