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

Unified Diff: chrome/browser/renderer_host/resource_message_filter.h

Issue 2862041: Remove abonded privacy blacklist implementation. (Closed)
Patch Set: fix unit tests Created 10 years, 6 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/renderer_host/resource_message_filter.h
diff --git a/chrome/browser/renderer_host/resource_message_filter.h b/chrome/browser/renderer_host/resource_message_filter.h
index 384f4122120f203c592c473c89662af9e7420d27..7b734505b630da15ac9f48387d203083cdcc7e51 100644
--- a/chrome/browser/renderer_host/resource_message_filter.h
+++ b/chrome/browser/renderer_host/resource_message_filter.h
@@ -25,7 +25,6 @@
#include "chrome/browser/net/resolve_proxy_msg_helper.h"
#include "chrome/browser/renderer_host/resource_dispatcher_host.h"
#include "chrome/common/nacl_types.h"
-#include "chrome/common/notification_registrar.h"
#include "chrome/common/window_container_type.h"
#include "gfx/native_widget_types.h"
#include "gfx/rect.h"
@@ -77,7 +76,6 @@ struct ViewHostMsg_DidPrintPage_Params;
class ResourceMessageFilter : public IPC::ChannelProxy::MessageFilter,
public ResourceDispatcherHost::Receiver,
- public NotificationObserver,
public ResolveProxyMsgHelper::Delegate {
public:
// Create the filter.
@@ -112,11 +110,6 @@ class ResourceMessageFilter : public IPC::ChannelProxy::MessageFilter,
return next_route_id_callback_.get();
}
- // NotificationObserver implementation.
- virtual void Observe(NotificationType type,
- const NotificationSource& source,
- const NotificationDetails& details);
-
// Returns either the extension URLRequestContext or regular URLRequestContext
// depending on whether |url| is an extension URL.
// Only call on the IO thread.
@@ -371,8 +364,6 @@ class ResourceMessageFilter : public IPC::ChannelProxy::MessageFilter,
// thread.
static Clipboard* GetClipboard();
- NotificationRegistrar registrar_;
-
// The channel associated with the renderer connection. This pointer is not
// owned by this class.
IPC::Channel* channel_;
« no previous file with comments | « chrome/browser/renderer_host/resource_dispatcher_host.cc ('k') | chrome/browser/renderer_host/resource_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698