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

Unified Diff: third_party/WebKit/Source/modules/quota/StorageQuotaClient.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/modules/quota/StorageQuotaClient.h
diff --git a/third_party/WebKit/Source/modules/quota/StorageQuotaClient.h b/third_party/WebKit/Source/modules/quota/StorageQuotaClient.h
index d0962d9ddef874d0b749ebeb797503f884be070a..7d2d9228b087e7ed2d96a5704137d1efb71a6069 100644
--- a/third_party/WebKit/Source/modules/quota/StorageQuotaClient.h
+++ b/third_party/WebKit/Source/modules/quota/StorageQuotaClient.h
@@ -42,8 +42,6 @@ namespace blink {
class ExecutionContext;
class Page;
-class ScriptPromise;
-class ScriptState;
class StorageErrorCallback;
class StorageQuotaCallback;
@@ -59,9 +57,6 @@ class StorageQuotaClient : public Supplement<Page> {
unsigned long long newQuotaInBytes,
StorageQuotaCallback*,
StorageErrorCallback*) = 0;
- virtual ScriptPromise requestPersistentQuota(
- ScriptState*,
- unsigned long long newQuotaInBytes) = 0;
static const char* supplementName();
static StorageQuotaClient* from(ExecutionContext*);

Powered by Google App Engine
This is Rietveld 408576698