Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4425)

Unified Diff: chrome/browser/chrome_content_browser_client.h

Issue 11705003: Change PepperFlashBrowserHost to use CookieSettings to get the LSO settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698