Index: content/common/notification_type.h |
diff --git a/content/common/notification_type.h b/content/common/notification_type.h |
index 777f761efafae40fffc3dde7bede67d4ec32fbf8..a3c71d45d47e03538e91f5e81a7e884c5098ff34 100644 |
--- a/content/common/notification_type.h |
+++ b/content/common/notification_type.h |
@@ -1298,6 +1298,13 @@ class NotificationType { |
// Sent when a new web store promo has been loaded. |
WEB_STORE_PROMO_LOADED, |
+ // Protocol Handler Registry ----------------------------------------------- |
+ // Sent when a ProtocolHandlerRegistry is changed. |
+ PROTOCOL_HANDLER_REGISTRY_CHANGED, |
+ |
+ // Sent when a ProtocolHandlerRegistry is loaded. |
+ PROTOCOL_HANDLER_REGISTRY_LOADED, |
+ |
// Count (must be last) ---------------------------------------------------- |
// Used to determine the number of notification types. Not valid as |
// a type parameter when registering for or posting notifications. |