Bug 1116188 - Add async ProfileGatherer as the mechanism for gathering profiles from subprocesses. r=bgirard,bz

This commit is contained in:
Mike Conley
2015-06-10 17:58:30 -04:00
parent 899b12067f
commit 009806627b
22 changed files with 458 additions and 131 deletions

View File

@@ -151,7 +151,7 @@ protected:
nsTArray<nsCString>&& aFeatures,
nsTArray<nsCString>&& aThreadNameFilters) override;
virtual bool RecvStopProfiler() override;
virtual bool AnswerGetProfile(nsCString* aProfile) override;
virtual bool RecvGatherProfile() override;
public:
explicit PluginModuleChild(bool aIsChrome);