summaryrefslogtreecommitdiffstats
path: root/chromium/content/public/browser/navigation_details.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/public/browser/navigation_details.h')
-rw-r--r--chromium/content/public/browser/navigation_details.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/content/public/browser/navigation_details.h b/chromium/content/public/browser/navigation_details.h
index 5a01aec7754..5103f640b49 100644
--- a/chromium/content/public/browser/navigation_details.h
+++ b/chromium/content/public/browser/navigation_details.h
@@ -51,8 +51,8 @@ struct CONTENT_EXPORT LoadCommittedDetails {
// When the committed load is a web page from the renderer, this string
// specifies the security state if the page is secure.
- // See ViewHostMsg_FrameNavigate_Params.security_info, where it comes from.
- // Use SSLManager::DeserializeSecurityInfo to decode it.
+ // See FrameHostMsg_DidCommitProvisionalLoad_Params.security_info, where it
+ // comes from. Use SSLManager::DeserializeSecurityInfo to decode it.
std::string serialized_security_info;
// Returns whether the main frame navigated to a different page (e.g., not