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

Unified Diff: content/common/notification_type.h

Issue 7138002: Add profiles to wrench menu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Opening windows Created 9 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
Index: content/common/notification_type.h
diff --git a/content/common/notification_type.h b/content/common/notification_type.h
index 3eb00b467678fafe91f87421b0bf2f8fc7445166..997870784675be970976526264064d4a81e2ff92 100644
--- a/content/common/notification_type.h
+++ b/content/common/notification_type.h
@@ -1315,6 +1315,9 @@ class NotificationType {
// Sent when a ProtocolHandlerRegistry is changed.
PROTOCOL_HANDLER_REGISTRY_CHANGED,
+ // Sent when a new profile is added.
+ PROFILE_ADDED,
+
// Count (must be last) ----------------------------------------------------
// Used to determine the number of notification types. Not valid as
// a type parameter when registering for or posting notifications.

Powered by Google App Engine
This is Rietveld 408576698