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

Unified Diff: chrome/browser/chrome_worker_message_filter.h

Issue 8383004: Adding CookieSettings for storing cookie content settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing the rebase. Created 9 years, 2 months 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 | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/chrome_worker_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_worker_message_filter.h
diff --git a/chrome/browser/chrome_worker_message_filter.h b/chrome/browser/chrome_worker_message_filter.h
index 6b3f4aad33a069171c7af77f0fd289fc01a6ecff..e5a0bd62a11ecdfffdf6aa67ca0599a6b7e6a534 100644
--- a/chrome/browser/chrome_worker_message_filter.h
+++ b/chrome/browser/chrome_worker_message_filter.h
@@ -9,8 +9,8 @@
#include "base/string16.h"
#include "ipc/ipc_channel_proxy.h"
+class CookieSettings;
class GURL;
-class HostContentSettingsMap;
class WorkerProcessHost;
// This class filters out incoming Chrome-specific IPC messages for the renderer
@@ -40,7 +40,7 @@ class ChromeWorkerMessageFilter : public IPC::ChannelProxy::MessageFilter,
bool* result);
WorkerProcessHost* process_;
- scoped_refptr<HostContentSettingsMap> host_content_settings_map_;
+ scoped_refptr<CookieSettings> cookie_settings_;
DISALLOW_COPY_AND_ASSIGN(ChromeWorkerMessageFilter);
};
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/chrome_worker_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698