Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(112)

Unified Diff: third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.idl

Issue 1896043002: WorkerNavigator: Remove deprecated Quota Management API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comment in IDL. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.idl
diff --git a/third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.idl b/third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.idl
index cb14bb6c7c471eb7639911c41df9d54b571d76e5..04c09ce3d3425c1c4a797898bc377a9d88581db7 100644
--- a/third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.idl
+++ b/third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.idl
@@ -17,13 +17,7 @@
* Boston, MA 02110-1301, USA.
*/
-// This partial interface is a merge of two different partial interfaces
-// related to storage.
partial interface WorkerNavigator {
- // http://www.w3.org/TR/2012/WD-quota-api-20120703/#idl-def-StorageQuotaEnvironment
- [MeasureAs=PrefixedStorageQuota] readonly attribute DeprecatedStorageQuota webkitTemporaryStorage;
- [MeasureAs=PrefixedStorageQuota] readonly attribute DeprecatedStorageQuota webkitPersistentStorage;
-
// https://storage.spec.whatwg.org/#api
[RuntimeEnabled=DurableStorage] readonly attribute StorageManager storage;
};
« no previous file with comments | « third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698