| Index: chrome/browser/ui/toolbar/toolbar_model.cc
|
| ===================================================================
|
| --- chrome/browser/ui/toolbar/toolbar_model.cc (revision 70280)
|
| +++ 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 UTF16ToWideHack(SSLManager::GetEVCertName(*cert));
|
| + return SSLManager::GetEVCertName(*cert);
|
| }
|
|
|
| NavigationController* ToolbarModel::GetNavigationController() const {
|
|
|