| Index: content/browser/mock_content_browser_client.h
|
| ===================================================================
|
| --- content/browser/mock_content_browser_client.h (revision 90949)
|
| +++ content/browser/mock_content_browser_client.h (working copy)
|
| @@ -47,6 +47,8 @@
|
| int render_process_id,
|
| int render_view_id,
|
| net::CookieOptions* options) OVERRIDE;
|
| + virtual bool AllowSaveLocalState(
|
| + const content::ResourceContext& context) OVERRIDE;
|
| virtual QuotaPermissionContext* CreateQuotaPermissionContext() OVERRIDE;
|
| virtual void RevealFolderInOS(const FilePath& path) OVERRIDE;
|
| virtual void AllowCertificateError(
|
|
|