mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
Telemetry: Remove stubs and related code
This commit is contained in:
parent
10053448d6
commit
aea50f182f
134 changed files with 68 additions and 3422 deletions
|
|
@ -115,8 +115,6 @@ public:
|
|||
return mPluginName + mPluginVersion;
|
||||
}
|
||||
|
||||
void AccumulateModuleInitBlockedTime();
|
||||
|
||||
virtual nsresult GetRunID(uint32_t* aRunID) override;
|
||||
virtual void SetHasLocalInstance() override {
|
||||
mHadLocalInstance = true;
|
||||
|
|
@ -315,7 +313,6 @@ protected:
|
|||
nsString mBrowserDumpID;
|
||||
nsString mHangID;
|
||||
RefPtr<nsIObserver> mProfilerObserver;
|
||||
TimeDuration mTimeBlocked;
|
||||
nsCString mPluginName;
|
||||
nsCString mPluginVersion;
|
||||
int32_t mSandboxLevel;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue