NP_VERSION_MINOR 103 content/child/npapi/plugin_host.cc host_funcs_.version = (NP_VERSION_MAJOR << 8) | (NP_VERSION_MINOR); NP_VERSION_MINOR 231 content/child/npapi/plugin_lib.cc plugin_funcs_.version = (NP_VERSION_MAJOR << 8) | NP_VERSION_MINOR; NP_VERSION_MINOR 115 content/shell/tools/plugin/main.cpp pluginFuncs->version = (NP_VERSION_MAJOR << 8) | NP_VERSION_MINOR; NP_VERSION_MINOR 23 content/test/plugin/plugin_client.cc pFuncs->version = (NP_VERSION_MAJOR << 8) | NP_VERSION_MINOR; NP_VERSION_MINOR 518 remoting/host/plugin/host_plugin.cc nppfuncs->version = (NP_VERSION_MAJOR << 8) | NP_VERSION_MINOR; NP_VERSION_MINOR 76 third_party/npapi/npspy/common/np_entry.cpp pFuncs->version = (NP_VERSION_MAJOR << 8) | NP_VERSION_MINOR; NP_VERSION_MINOR 54 third_party/npapi/npspy/common/npn_gate.cpp *plugin_minor = NP_VERSION_MINOR;