Index: third_party/WebKit/Source/modules/quota/StorageManager.idl |
diff --git a/third_party/WebKit/Source/modules/quota/StorageManager.idl b/third_party/WebKit/Source/modules/quota/StorageManager.idl |
index 405f3f702da5fb1935a3808989f06a07dd149e77..628d49851f40cd230c4f9751295c4dc3c820e2e1 100644 |
--- a/third_party/WebKit/Source/modules/quota/StorageManager.idl |
+++ b/third_party/WebKit/Source/modules/quota/StorageManager.idl |
@@ -13,5 +13,5 @@ enum PersistentStoragePermission { "default", "denied", "granted" }; |
[Exposed=Window, CallWith=ScriptState] Promise<boolean> requestPersistent(); |
[CallWith=ScriptState] Promise<PersistentStoragePermission> persistentPermission(); |
- // TODO(dgrogan): Implement estimate() and persistentEstimate(). |
+ [CallWith=ScriptState] Promise<StorageEstimate> estimate(); |
}; |