| Index: chrome/browser/chrome_content_browser_client.h
|
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
|
| index 133027ff5be431e74eca076c50f6dc6a3e88da50..6e4cb51ab9e90b20953237ac70632be5e9908b0e 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -89,6 +89,13 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| int render_process_id,
|
| int render_view_id,
|
| net::CookieOptions* options) OVERRIDE;
|
| + virtual bool AllowPluginLocalDataAccess(
|
| + const GURL& document_url,
|
| + const GURL& plugin_url,
|
| + content::ResourceContext* context) OVERRIDE;
|
| + virtual bool AllowPluginLocalDataSessionOnly(
|
| + const GURL& url,
|
| + content::ResourceContext* context) OVERRIDE;
|
| virtual bool AllowSaveLocalState(content::ResourceContext* context) OVERRIDE;
|
| virtual bool AllowWorkerDatabase(
|
| const GURL& url,
|
|
|