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

Unified Diff: content/public/browser/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
Index: content/public/browser/content_browser_client.h
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
index 867dad5d8b964f8e963c2c1703c9fd8c535e9b8a..68ca0ae087be337260351cd1a23874935fddeb1a 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -210,21 +210,6 @@ class CONTENT_EXPORT ContentBrowserClient {
int render_view_id,
net::CookieOptions* options);
- // Returns whether plug-ins should access locally stored data or whether all
- // access should be blocked. The default is to allow local data access.
- // This is called on the IO thread.
- virtual bool AllowPluginLocalDataAccess(
- const GURL& document_url,
- const GURL& plugin_url,
- content::ResourceContext* context);
-
- // Returns whether plug-ins should keep locally stored data for the session
- // only. The default is to store local data permanently.
- // This is called on the IO thread.
- virtual bool AllowPluginLocalDataSessionOnly(
- const GURL& url,
- content::ResourceContext* context);
-
// This is called on the IO thread.
virtual bool AllowSaveLocalState(ResourceContext* context);
« no previous file with comments | « chrome/browser/renderer_host/pepper/pepper_flash_browser_host.cc ('k') | content/public/browser/content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698