| 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 55cc78fac53775b5b27cef198a598659822d80ce..468bd3b9f9233edf131d8d8ac79b27f4dc7c1fce 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -106,13 +106,6 @@ 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,
|
|
|