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

Unified Diff: chrome/common/notification_type.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
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/notification_type.h
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
index 3c96a1a952ed9a6985705f7e471ba18e4c7f33f5..935d13dbda232288b3c97eb75f82578b39f4cf1a 100644
--- a/chrome/common/notification_type.h
+++ b/chrome/common/notification_type.h
@@ -874,13 +874,6 @@ class NotificationType {
// with the new visibility.
EXTENSION_APP_TOOLBAR_VISIBILITY_CHANGED,
- // Privacy Blacklist -------------------------------------------------------
-
- // Sent on the IO thread when a non-visual resource (like a cookie)
- // is blocked by a privacy blacklist. The details are a const URLRequest,
- // and the source is a const ChromeURLRequestContext.
- BLACKLIST_NONVISUAL_RESOURCE_BLOCKED,
-
// Debugging ---------------------------------------------------------------
// TODO(mpcomplete): Sent to diagnose a bug. Remove when fixed.
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698