summaryrefslogtreecommitdiffstats
path: root/toolkit/components/antitracking/StorageAccess.h
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/antitracking/StorageAccess.h')
-rw-r--r--toolkit/components/antitracking/StorageAccess.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/toolkit/components/antitracking/StorageAccess.h b/toolkit/components/antitracking/StorageAccess.h
index 4dbd5355c0..bca26057f3 100644
--- a/toolkit/components/antitracking/StorageAccess.h
+++ b/toolkit/components/antitracking/StorageAccess.h
@@ -40,8 +40,6 @@ enum class StorageAccess {
// Allow access to the storage, but only if it is secure to do so in a
// private browsing context.
ePrivateBrowsing = 1,
- // Allow access to the storage, but only persist it for the current session
- eSessionScoped = 2,
// Allow access to the storage
eAllow = 3,
// Keep this at the end. Used for serialization, but not a valid value.