Bug 719917. Add some more network and plugin related SAMPLE_LABELs. r=bgirard

This commit is contained in:
Jeff Muizelaar
2012-01-18 19:53:35 -05:00
parent 188f53b520
commit 27ec80d3d9
8 changed files with 14 additions and 2 deletions

View File

@@ -70,6 +70,7 @@
#ifdef XP_WIN
#include "mozilla/widget/AudioSession.h"
#endif
#include "sampler.h"
using base::KillProcess;
@@ -434,6 +435,7 @@ PluginModuleParent::NPP_NewStream(NPP instance, NPMIMEType type,
NPStream* stream, NPBool seekable,
uint16_t* stype)
{
SAMPLE_LABEL("PluginModuleParent", "NPP_NewStream");
PluginInstanceParent* i = InstCast(instance);
if (!i)
return NPERR_GENERIC_ERROR;