Index: chrome/browser/ui/toolbar/toolbar_model.cc |
=================================================================== |
--- chrome/browser/ui/toolbar/toolbar_model.cc (revision 70282) |
+++ chrome/browser/ui/toolbar/toolbar_model.cc (working copy) |
@@ -117,7 +117,7 @@ |
// the security level would be NONE. |
CertStore::GetInstance()->RetrieveCert( |
GetNavigationController()->GetActiveEntry()->ssl().cert_id(), &cert); |
- return SSLManager::GetEVCertName(*cert); |
+ return UTF16ToWideHack(SSLManager::GetEVCertName(*cert)); |
} |
NavigationController* ToolbarModel::GetNavigationController() const { |