| Index: chrome/browser/ui/cocoa/page_info_bubble_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/page_info_bubble_controller.mm b/chrome/browser/ui/cocoa/page_info_bubble_controller.mm
|
| index 1108a98f2203c096248fd6a4fd87ad514adecfea..0953d50264ecd3794c1fdc6d85d3f1d4666b99c2 100644
|
| --- a/chrome/browser/ui/cocoa/page_info_bubble_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/page_info_bubble_controller.mm
|
| @@ -382,8 +382,7 @@ void ShowPageInfoBubble(gfx::NativeWindow parent,
|
| scoped_refptr<net::X509Certificate> cert;
|
| CertStore::GetInstance()->RetrieveCert(certID_, &cert);
|
|
|
| - // Don't bother showing certificates if there isn't one. Gears runs
|
| - // with no OS root certificate.
|
| + // Don't bother showing certificates if there isn't one.
|
| if (!cert.get() || !cert->os_cert_handle()) {
|
| // This should only ever happen in unit tests.
|
| [certButton setEnabled:NO];
|
|
|