Index: chrome/common/chrome_notification_types.h |
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h |
index b39a453465443d98703d1af1379089edd3d378ee..40d796552f4be082581e43e3cb90cc22223b03dd 100644 |
--- a/chrome/common/chrome_notification_types.h |
+++ b/chrome/common/chrome_notification_types.h |
@@ -562,7 +562,8 @@ enum NotificationType { |
NOTIFICATION_EXTENSION_POPUP_VIEW_READY, |
// Sent when a browser action's state has changed. The source is the |
- // ExtensionAction* that changed. There are no details. |
+ // ExtensionAction* that changed. The details are the Profile* that the |
+ // browser action belongs to. |
NOTIFICATION_EXTENSION_BROWSER_ACTION_UPDATED, |
// Sent when the count of page actions has changed. Note that some of them |