| Index: content/browser/content_browser_client.h
|
| ===================================================================
|
| --- content/browser/content_browser_client.h (revision 90949)
|
| +++ content/browser/content_browser_client.h (working copy)
|
| @@ -132,6 +132,10 @@
|
| int render_view_id,
|
| net::CookieOptions* options) = 0;
|
|
|
| + // This is called on the IO thread.
|
| + virtual bool AllowSaveLocalState(
|
| + const content::ResourceContext& context) = 0;
|
| +
|
| // Create and return a new quota permission context.
|
| virtual QuotaPermissionContext* CreateQuotaPermissionContext() = 0;
|
|
|
|
|