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

Unified Diff: content/common/content_notification_types.h

Issue 7542029: Profiles: SSLManger broadcasts SSL_INTERNAL_STATE_CHANGED with a NavigationController. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: abarth's final comments Created 9 years, 4 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
« no previous file with comments | « content/browser/tab_contents/tab_contents.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « content/browser/tab_contents/tab_contents.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698