| Index: chrome/browser/tab_contents/render_view_context_menu.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/render_view_context_menu.cc (revision 102325)
|
| +++ chrome/browser/tab_contents/render_view_context_menu.cc (working copy)
|
| @@ -1665,7 +1665,10 @@
|
| // Deserialize the SSL info.
|
| NavigationEntry::SSLStatus ssl;
|
| if (!params_.security_info.empty()) {
|
| - int cert_id, cert_status, security_bits, connection_status;
|
| + int cert_id;
|
| + net::CertStatus cert_status;
|
| + int security_bits;
|
| + int connection_status;
|
| SSLManager::DeserializeSecurityInfo(params_.security_info,
|
| &cert_id,
|
| &cert_status,
|
|
|