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

Unified Diff: public/web/WebFrameClient.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/web/StorageQuotaClientImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebFrameClient.h
diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
index 0fa1f0b522b883f6d39ae95ebf411abbdd5d20c3..24b0dc3fab3884dd7c2e47745fae99a2cc4e0fc3 100644
--- a/public/web/WebFrameClient.h
+++ b/public/web/WebFrameClient.h
@@ -507,6 +507,10 @@ public:
unsigned long long newQuotaInBytes,
WebStorageQuotaCallbacks) { }
+ virtual void requestDurability(
+ WebLocalFrame*,
+ WebStorageQuotaCallbacks) { }
+
// WebSocket -----------------------------------------------------
// A WebSocket object is going to open a new WebSocket connection.
« no previous file with comments | « Source/web/StorageQuotaClientImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698