| Index: chrome/plugin/npobject_stub.h
|
| ===================================================================
|
| --- chrome/plugin/npobject_stub.h (revision 16974)
|
| +++ chrome/plugin/npobject_stub.h (working copy)
|
| @@ -72,6 +72,8 @@
|
| void OnInvalidate();
|
| void OnEnumeration(std::vector<NPIdentifier_Param>* value,
|
| bool* result);
|
| + void OnConstruct(const std::vector<NPVariant_Param>& args,
|
| + IPC::Message* reply_msg);
|
| void OnEvaluate(const std::string& script, bool popups_allowed,
|
| IPC::Message* reply_msg);
|
| void OnSetException(const std::string& message);
|
|
|