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

Unified Diff: chrome/browser/privacy_blacklist/blacklist.cc

Issue 501082: Implement delaying resource requests until privacy blacklists are ready. (Closed)
Patch Set: don't get stuck on errors Created 10 years, 12 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/privacy_blacklist/blacklist.cc
diff --git a/chrome/browser/privacy_blacklist/blacklist.cc b/chrome/browser/privacy_blacklist/blacklist.cc
index bbb8a38b47b464123ba55233be5c3b17f6f80890..1bec742637c0c0032310c8b6a94e673d362cd389 100644
--- a/chrome/browser/privacy_blacklist/blacklist.cc
+++ b/chrome/browser/privacy_blacklist/blacklist.cc
@@ -40,9 +40,6 @@ const unsigned int Blacklist::kModifyReceivedHeaders =
const unsigned int Blacklist::kFilterByHeaders =
kModifyReceivedHeaders | kBlockByType;
-// Value is not important, here just that the object has an address.
-const void* const Blacklist::kRequestDataKey = 0;
-
unsigned int Blacklist::String2Attribute(const std::string& s) {
if (s == STRINGIZE(kBlockAll))
return kBlockAll;
« no previous file with comments | « chrome/browser/privacy_blacklist/blacklist.h ('k') | chrome/browser/privacy_blacklist/blacklist_interceptor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698