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

Unified Diff: Source/web/StorageQuotaClientImpl.h

Issue 1110063011: WIP Durable storage, webkit side (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ToT Created 5 years, 7 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
« no previous file with comments | « Source/platform/RuntimeEnabledFeatures.in ('k') | Source/web/StorageQuotaClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/StorageQuotaClientImpl.h
diff --git a/Source/web/StorageQuotaClientImpl.h b/Source/web/StorageQuotaClientImpl.h
index eaf29613f5d3339330e6726cb3701a3a64d8d666..853f348c572e5b57024646aca542f2e74ec7f524 100644
--- a/Source/web/StorageQuotaClientImpl.h
+++ b/Source/web/StorageQuotaClientImpl.h
@@ -48,6 +48,7 @@ public:
virtual void requestQuota(ExecutionContext*, WebStorageQuotaType, unsigned long long newQuotaInBytes, StorageQuotaCallback*, StorageErrorCallback*) override;
virtual ScriptPromise requestPersistentQuota(ScriptState*, unsigned long long newQuotaInBytes) override;
+ virtual ScriptPromise requestDurability(ScriptState*) override;
DEFINE_INLINE_VIRTUAL_TRACE() { StorageQuotaClient::trace(visitor); }
« no previous file with comments | « Source/platform/RuntimeEnabledFeatures.in ('k') | Source/web/StorageQuotaClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698