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

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

Issue 252001: Privacy Blacklist Unblock... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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_dispatcher_host.h
===================================================================
--- chrome/browser/renderer_host/resource_dispatcher_host.h (revision 27622)
+++ chrome/browser/renderer_host/resource_dispatcher_host.h (working copy)
@@ -23,6 +23,7 @@
#include "base/timer.h"
#include "chrome/browser/renderer_host/resource_handler.h"
#include "chrome/common/child_process_info.h"
+#include "chrome/browser/privacy_blacklist/blocked_response.h"
#include "ipc/ipc_message.h"
#include "net/url_request/url_request.h"
#include "webkit/glue/resource_type.h"
@@ -477,6 +478,9 @@
// to the source of the message.
Receiver* receiver_;
+ // Keeps track of elements blocked by the Privacy Blacklist.
+ chrome::BlockedResponse blocked_;
+
static bool g_is_http_prioritization_enabled;
DISALLOW_COPY_AND_ASSIGN(ResourceDispatcherHost);
« no previous file with comments | « chrome/browser/privacy_blacklist/blocked_response.cc ('k') | chrome/browser/renderer_host/resource_dispatcher_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698