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

Unified Diff: chrome/common/notification_type.h

Issue 164535: Create BlacklistManager, which will aggregate individual blacklists into one compiled one (Closed)
Patch Set: sync with trunk, fix little things Created 11 years, 2 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/common/notification_type.h
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
index 7376fb7c5107470a5b1cd2bb4d9547fdcbd3c00e..2768c8ee22e610d53d07459e532fba81e71d00f9 100644
--- a/chrome/common/notification_type.h
+++ b/chrome/common/notification_type.h
@@ -617,6 +617,13 @@ class NotificationType {
PERSONALIZATION,
PERSONALIZATION_CREATED,
+ // Privacy blacklists ------------------------------------------------------
+
+ // Sent when a privacy blacklist path provider changes the list of its
+ // blacklist paths (like adds/removes items). The details are
+ // a BlacklistPathProvider, and the source is a Profile.
+ PRIVACY_BLACKLIST_PATH_PROVIDER_UPDATED,
+
// User Scripts ------------------------------------------------------------
// Sent when there are new user scripts available. The details are a

Powered by Google App Engine
This is Rietveld 408576698