mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 680508: disable telemetry for content-processes r=glandium
This commit is contained in:
parent
d6d29866cb
commit
a38f1bf761
@ -259,7 +259,7 @@ WrapAndReturnHistogram(Histogram *h, JSContext *cx, jsval *ret)
|
||||
}
|
||||
|
||||
TelemetryImpl::TelemetryImpl():
|
||||
mCanRecord(true)
|
||||
mCanRecord(XRE_GetProcessType() == GeckoProcessType_Default)
|
||||
{
|
||||
mHistogramMap.Init(Telemetry::HistogramCount);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user