Index: content/browser/mock_content_browser_client.h |
diff --git a/content/browser/mock_content_browser_client.h b/content/browser/mock_content_browser_client.h |
index bcbdc715471182adc851e25956649ac757e381cf..b91414b3e911310591957480206f411f3d25288b 100644 |
--- a/content/browser/mock_content_browser_client.h |
+++ b/content/browser/mock_content_browser_client.h |
@@ -49,6 +49,10 @@ class MockContentBrowserClient : public ContentBrowserClient { |
net::CookieOptions* options) OVERRIDE; |
virtual bool AllowSaveLocalState( |
const content::ResourceContext& context) OVERRIDE; |
+ virtual bool EnforceSessionOnlyStorage( |
+ const GURL& url, |
+ const GURL& first_party, |
+ const content::ResourceContext& context) OVERRIDE; |
virtual net::URLRequestContext* OverrideRequestContextForURL( |
const GURL& url, const content::ResourceContext& context) OVERRIDE; |
virtual QuotaPermissionContext* CreateQuotaPermissionContext() OVERRIDE; |