Index: content/common/content_notification_types.h |
diff --git a/content/common/content_notification_types.h b/content/common/content_notification_types.h |
index 3b1fe924bfb1fefb46e6349c799a6f1d596aba40..d0ae76f720dc37a98ddee816bf5069e994d583f6 100644 |
--- a/content/common/content_notification_types.h |
+++ b/content/common/content_notification_types.h |
@@ -162,8 +162,8 @@ enum { |
// or a secure origin might have included some insecure content. Listen to |
// this notifiation if you need to keep track of our internal SSL state. |
// |
- // The source will be the navigation controller associated with the state |
- // change. There are no details. |
+ // The source will be the browser context. The details will be the navigation |
+ // controller associated with the state change. |
NOTIFICATION_SSL_INTERNAL_STATE_CHANGED, |
// The user accepted or dismissed a SSL client authentication request. |