Issue #2653 - Part 5: Simplify and clean up some quota code

Since we no longer need a complex check, we can remove some indirection.
This commit is contained in:
Moonchild 2024-11-18 19:15:23 +01:00 • committed by roytam1
commit 04b285b848
4 changed files with 43 additions and 100 deletions

View file

@ -373,13 +373,6 @@ public:
static bool
IsOriginInternal(const nsACString& aOrigin);
static bool
IsFirstPromptRequired(PersistenceType aPersistenceType,
const nsACString& aOrigin);
static bool
IsQuotaEnforced(PersistenceType aPersistenceType);
static void
ChromeOrigin(nsACString& aOrigin);