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

Unified Diff: chrome/browser/chrome_worker_message_filter.h

Issue 7713034: HostContentSettingsMap refactoring. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Code review comments. Threading fixes. Mac + win fixes. Created 9 years, 4 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
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..edca521ddd731db5123a4218977639fbd1cf23ef 100644
--- a/chrome/browser/chrome_worker_message_filter.h
+++ b/chrome/browser/chrome_worker_message_filter.h
@@ -10,7 +10,7 @@
#include "ipc/ipc_channel_proxy.h"
class GURL;
-class HostContentSettingsMap;
+class CookieSettings;
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);
};

Powered by Google App Engine
This is Rietveld 408576698