Commit 9e6ec57c authored by Victor Costan's avatar Victor Costan Committed by Commit Bot

Quota: Remove RuntimeEnabledFlag for quota usage details.

The feature gated by StorageQuotaDetails has launched in Chrome 75. At
this point, it's safe to assume the feature will remain launched.

https://chromestatus.com/feature/5737131066523648

Change-Id: I3aa6b14a5b53ef07df73c43b923f1c77d89dcdb8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2072822
Commit-Queue: Victor Costan <pwnall@chromium.org>
Commit-Queue: Kentaro Hara <haraken@chromium.org>
Auto-Submit: Victor Costan <pwnall@chromium.org>
Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#744591}
parent 0bba1cec
...@@ -7,5 +7,5 @@ ...@@ -7,5 +7,5 @@
dictionary StorageEstimate { dictionary StorageEstimate {
unsigned long long usage; unsigned long long usage;
unsigned long long quota; unsigned long long quota;
[RuntimeEnabled=StorageQuotaDetails] StorageUsageDetails usageDetails; StorageUsageDetails usageDetails;
}; };
...@@ -1632,10 +1632,6 @@ ...@@ -1632,10 +1632,6 @@
name: "StorageAccessAPI", name: "StorageAccessAPI",
status: "test", status: "test",
}, },
{
name: "StorageQuotaDetails",
status: "stable"
},
{ {
name: "StrictMimeTypesForWorkers", name: "StrictMimeTypesForWorkers",
status: "experimental" status: "experimental"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment