Tue, 06 Jan 2015 21:39:09 +0100
Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.
1 // 7zProperties.h
3 #ifndef __7Z_PROPERTIES_H
4 #define __7Z_PROPERTIES_H
6 #include "../../PropID.h"
8 namespace NArchive {
9 namespace N7z {
11 enum // PropID
12 {
13 kpidPackedSize0 = kpidUserDefined,
14 kpidPackedSize1,
15 kpidPackedSize2,
16 kpidPackedSize3,
17 kpidPackedSize4,
18 };
20 }}
22 #endif