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

Unified Diff: public/web/WebFrameClient.h

Issue 20262003: Use Platform::queryUsageAndQuota and deprecate WebFrameClient::queryUsageAndQuota (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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 | « public/web/WebCommonWorkerClient.h ('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 1979d0d625b48f06a8b336b4cfc8d0ebe7172a8a..f21918febb12c6eb7e043fc5f68c7caf54083093 100644
--- a/public/web/WebFrameClient.h
+++ b/public/web/WebFrameClient.h
@@ -329,17 +329,6 @@ public:
// Quota ---------------------------------------------------------
- // Queries the origin's storage usage and quota information.
- // WebStorageQuotaCallbacks::didQueryStorageUsageAndQuota will be called
- // with the current usage and quota information for the origin. When
- // an error occurs WebStorageQuotaCallbacks::didFail is called with an
- // error code.
- // The callbacks object is deleted when the callback method is called
- // and does not need to be (and should not be) deleted manually.
- // FIXME: Deprecate this from WebFrameClient.
- virtual void queryStorageUsageAndQuota(
- WebFrame*, WebStorageQuotaType, WebStorageQuotaCallbacks*) { }
-
// Requests a new quota size for the origin's storage.
// |newQuotaInBytes| indicates how much storage space (in bytes) the
// caller expects to need.
« no previous file with comments | « public/web/WebCommonWorkerClient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698