| Index: chrome/browser/chrome_content_browser_client.h
|
| ===================================================================
|
| --- chrome/browser/chrome_content_browser_client.h (revision 90949)
|
| +++ chrome/browser/chrome_content_browser_client.h (working copy)
|
| @@ -45,6 +45,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(
|
|
|