Chromium Code Reviews| Index: chrome/plugin/npobject_stub.h |
| =================================================================== |
| --- chrome/plugin/npobject_stub.h (revision 26426) |
| +++ chrome/plugin/npobject_stub.h (working copy) |
| @@ -68,7 +68,7 @@ |
| 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(); |