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

Unified Diff: Source/modules/quota/StorageQuota.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 | « LayoutTests/storage/quota/durability.html ('k') | Source/modules/quota/StorageQuota.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/quota/StorageQuota.h
diff --git a/Source/modules/quota/StorageQuota.h b/Source/modules/quota/StorageQuota.h
index d9f70c7276b960b486b61af4b15f65e1b16952a8..0050f8e6ab879e2310a6195bad6e9c9395c6c86d 100644
--- a/Source/modules/quota/StorageQuota.h
+++ b/Source/modules/quota/StorageQuota.h
@@ -49,6 +49,7 @@ public:
Vector<String> supportedTypes() const;
ScriptPromise queryInfo(ScriptState*, String type);
+ ScriptPromise requestDurability(ScriptState*);
ScriptPromise requestPersistentQuota(ScriptState*, unsigned long long newQuota);
DEFINE_INLINE_TRACE() { }
« no previous file with comments | « LayoutTests/storage/quota/durability.html ('k') | Source/modules/quota/StorageQuota.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698