summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/quota/storage_estimate.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/quota/storage_estimate.idl')
-rw-r--r--chromium/third_party/blink/renderer/modules/quota/storage_estimate.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/third_party/blink/renderer/modules/quota/storage_estimate.idl b/chromium/third_party/blink/renderer/modules/quota/storage_estimate.idl
index 3b38d0197a6..46b9a7326ff 100644
--- a/chromium/third_party/blink/renderer/modules/quota/storage_estimate.idl
+++ b/chromium/third_party/blink/renderer/modules/quota/storage_estimate.idl
@@ -7,4 +7,5 @@
dictionary StorageEstimate {
unsigned long long usage;
unsigned long long quota;
+ [RuntimeEnabled=StorageQuotaDetails] StorageUsageDetails usageDetails;
};