| 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.
|
|
|