| Index: third_party/WebKit/Source/web/StorageQuotaClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/StorageQuotaClientImpl.h b/third_party/WebKit/Source/web/StorageQuotaClientImpl.h
|
| index 7537cf7c65c78a461264be138a4b18d38190b6e7..5743f76fae9e6f87e7cdcad0ec218d42bc8996db 100644
|
| --- a/third_party/WebKit/Source/web/StorageQuotaClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/StorageQuotaClientImpl.h
|
| @@ -53,9 +53,6 @@ class StorageQuotaClientImpl
|
| unsigned long long newQuotaInBytes,
|
| StorageQuotaCallback*,
|
| StorageErrorCallback*) override;
|
| - ScriptPromise requestPersistentQuota(
|
| - ScriptState*,
|
| - unsigned long long newQuotaInBytes) override;
|
|
|
| DEFINE_INLINE_VIRTUAL_TRACE() { StorageQuotaClient::trace(visitor); }
|
|
|
|
|