Bug 758363: Implement NPN_ReloadPlugins for out-of-process plugins. r=bsmedberg

This commit is contained in:
Josh Aas
2012-05-30 10:23:03 -04:00
parent 1e89e828fe
commit dcbe9c3d1d
4 changed files with 16 additions and 1 deletions

View File

@@ -1263,7 +1263,8 @@ _reloadplugins(NPBool aReloadPages)
{
PLUGIN_LOG_DEBUG_FUNCTION;
ENSURE_PLUGIN_THREAD_VOID();
NS_WARNING("Not yet implemented!");
PluginModuleChild::current()->SendNPN_ReloadPlugins(!!aReloadPages);
}
void NP_CALLBACK