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

Unified Diff: third_party/WebKit/Source/web/StorageQuotaClientImpl.h

Issue 2410403002: Remove the experimental navigator.storageQuota API (Closed)
Patch Set: Rebased Created 3 years, 10 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
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); }

Powered by Google App Engine
This is Rietveld 408576698