| Index: content/public/browser/navigation_details.h
|
| diff --git a/content/public/browser/navigation_details.h b/content/public/browser/navigation_details.h
|
| index 5a01aec77548f2248e6a4b4dd663caaf96e41955..5103f640b49547bf28535efc6c10aac5656b71fc 100644
|
| --- a/content/public/browser/navigation_details.h
|
| +++ b/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
|
|
|