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