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

Unified Diff: content/child/quota_dispatcher.h

Issue 1102353009: WIP Durable storage, chrome side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 | « content/browser/quota_dispatcher_host.cc ('k') | content/child/quota_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/quota_dispatcher.h
diff --git a/content/child/quota_dispatcher.h b/content/child/quota_dispatcher.h
index f4111e6245fb3840cdce96bf5e61dad34b356f38..cd4bdea20d653b99e214cc30c7d65450f3a3455b 100644
--- a/content/child/quota_dispatcher.h
+++ b/content/child/quota_dispatcher.h
@@ -66,6 +66,9 @@ class QuotaDispatcher : public WorkerTaskRunner::Observer {
storage::StorageType type,
uint64 requested_size,
Callback* callback);
+ void RequestDurability(int render_view_id,
+ const GURL& gurl,
+ Callback* callback);
// Creates a new Callback instance for WebStorageQuotaCallbacks.
static Callback* CreateWebStorageQuotaCallbacksWrapper(
« no previous file with comments | « content/browser/quota_dispatcher_host.cc ('k') | content/child/quota_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698