case Native:
if (isHTML5CompliantClient()) {
pv = PluginVersion.get(5, 0, 0);
}
}
if (pv.compareTo(new PluginVersion()) <= 0) {
throw new PluginNotFoundException(plugin);
}
return new PluginInfo(plugin, pv, PluginInfo.PlayerPluginWrapperType.Native);
}
}