diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-09-29 23:55:49 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-09-29 23:55:49 +0200 |
commit | 3343a4b4744b6c78d1f3d0c3f111e1adfddc18a5 (patch) | |
tree | 1cbff60940f1b9174d10b1ccbe526ba94b3cd0a8 /netwerk/cache2/CacheObserver.h | |
parent | 81b341a9b37acae2b60e0334a9b0846bc5be8445 (diff) | |
download | UXP-3343a4b4744b6c78d1f3d0c3f111e1adfddc18a5.tar UXP-3343a4b4744b6c78d1f3d0c3f111e1adfddc18a5.tar.gz UXP-3343a4b4744b6c78d1f3d0c3f111e1adfddc18a5.tar.lz UXP-3343a4b4744b6c78d1f3d0c3f111e1adfddc18a5.tar.xz UXP-3343a4b4744b6c78d1f3d0c3f111e1adfddc18a5.zip |
Remove telemetry probes for cache file system.
Diffstat (limited to 'netwerk/cache2/CacheObserver.h')
-rw-r--r-- | netwerk/cache2/CacheObserver.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/netwerk/cache2/CacheObserver.h b/netwerk/cache2/CacheObserver.h index ee989e4d8..ccdd89030 100644 --- a/netwerk/cache2/CacheObserver.h +++ b/netwerk/cache2/CacheObserver.h @@ -61,9 +61,6 @@ class CacheObserver : public nsIObserver { return sHalfLifeExperiment; } static bool ClearCacheOnShutdown() { return sSanitizeOnShutdown && sClearCacheOnShutdown; } - static bool CacheFSReported() - { return sCacheFSReported; } - static void SetCacheFSReported(); static void ParentDirOverride(nsIFile ** aDir); static bool EntryIsTooBig(int64_t aSize, bool aUsingDisk); @@ -79,7 +76,6 @@ private: static CacheObserver* sSelf; void StoreDiskCacheCapacity(); - void StoreCacheFSReported(); void AttachToPreferences(); static uint32_t sUseNewCache; @@ -102,7 +98,6 @@ private: static int32_t sHalfLifeExperiment; static bool sSanitizeOnShutdown; static bool sClearCacheOnShutdown; - static bool sCacheFSReported; static Atomic<uint32_t, Relaxed> sMaxShutdownIOLag; static Atomic<PRIntervalTime> sShutdownDemandedTime; |