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

Unified Diff: content/browser/in_process_webkit/dom_storage_message_filter.h

Issue 6915017: Chrome side to allow WebKit layer to use WebPermissionClient to check if access to local storage ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 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: content/browser/in_process_webkit/dom_storage_message_filter.h
===================================================================
--- content/browser/in_process_webkit/dom_storage_message_filter.h (revision 83945)
+++ content/browser/in_process_webkit/dom_storage_message_filter.h (working copy)
@@ -9,7 +9,6 @@
#include "base/memory/ref_counted.h"
#include "base/process.h"
#include "base/tracked.h"
-#include "chrome/browser/content_settings/host_content_settings_map.h"
#include "content/browser/browser_message_filter.h"
#include "content/browser/in_process_webkit/dom_storage_area.h"
#include "content/browser/in_process_webkit/webkit_context.h"
@@ -25,8 +24,7 @@
class DOMStorageMessageFilter : public BrowserMessageFilter {
public:
// Only call the constructor from the UI thread.
- DOMStorageMessageFilter(int process_id, WebKitContext* webkit_context,
- HostContentSettingsMap* host_content_settings_map);
+ DOMStorageMessageFilter(int process_id, WebKitContext* webkit_context);
// BrowserMessageFilter implementation
virtual void OnChannelConnected(int32 peer_pid);
@@ -88,8 +86,6 @@
// Used to dispatch messages to the correct view host.
int process_id_;
- scoped_refptr<HostContentSettingsMap> host_content_settings_map_;
-
DISALLOW_IMPLICIT_CONSTRUCTORS(DOMStorageMessageFilter);
};
« no previous file with comments | « content/browser/in_process_webkit/dom_storage_area.cc ('k') | content/browser/in_process_webkit/dom_storage_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698