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

Unified Diff: chrome/common/notification_type.h

Issue 337025: Design changes in browser/privacy_blacklist needed to integrate (Closed)
Patch Set: fixes 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
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/tools/pbl_tool/DEPS » ('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 739a00761e7dee8f171ac341051efc8d69a822fd..b071ea43f08816dd227bf1e33e68e0a9a9753f68 100644
--- a/chrome/common/notification_type.h
+++ b/chrome/common/notification_type.h
@@ -612,12 +612,10 @@ class NotificationType {
// are all source and no details.
SESSION_END,
- // Privacy blacklists ------------------------------------------------------
+ // Personalization ---------------------------------------------------------
- // 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,
+ PERSONALIZATION,
+ PERSONALIZATION_CREATED,
// User Scripts ------------------------------------------------------------
@@ -716,6 +714,19 @@ class NotificationType {
// Privacy Blacklist -------------------------------------------------------
+ // 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.
+ BLACKLIST_PATH_PROVIDER_UPDATED,
+
+ // Sent when the blacklist manager successfully finishes reading
+ // a blacklist. The details are a Blacklist, and the source is a Profile.
+ BLACKLIST_MANAGER_BLACKLIST_READ_FINISHED,
+
+ // Sent when the blacklist manager encounters an error. The details are
+ // a string16 (error message), and the source is a Profile.
+ BLACKLIST_MANAGER_ERROR,
+
// Sent by the resource dispatcher host when a resource is blocked.
BLACKLIST_BLOCKED_RESOURCE,
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/tools/pbl_tool/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698