mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
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:
parent
53cab0f8ce
commit
04b285b848
4 changed files with 43 additions and 100 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue