| Index: third_party/WebKit/Source/modules/quota/StorageManager.h
|
| diff --git a/third_party/WebKit/Source/modules/quota/StorageManager.h b/third_party/WebKit/Source/modules/quota/StorageManager.h
|
| index dcd80ff02974211aa97f0410fe73378e1ff750f1..643ffe580aeb94b8513e1c19a3f55a59b37b0313 100644
|
| --- a/third_party/WebKit/Source/modules/quota/StorageManager.h
|
| +++ b/third_party/WebKit/Source/modules/quota/StorageManager.h
|
| @@ -18,6 +18,7 @@ DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| ScriptPromise requestPersistent(ScriptState*);
|
| ScriptPromise persistentPermission(ScriptState*);
|
| + ScriptPromise estimate(ScriptState*);
|
| DECLARE_TRACE();
|
| };
|
|
|
|
|