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

Unified Diff: content/common/notification_type.h

Issue 7033018: Handler settings page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed errant /* */ Created 9 years, 7 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: 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.
« chrome/browser/ui/webui/options/handler_options_handler.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698