| 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 5a883a6163c63c1c878b3a77cd8b71215b140438..30b5b97a1b743b64e0055e0b543f1b50a8d733c0 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];
 | 
| 
 |