| Index: content/browser/ssl/ssl_manager.h
 | 
| diff --git a/content/browser/ssl/ssl_manager.h b/content/browser/ssl/ssl_manager.h
 | 
| index 972bd84c733904b0a56d3a744e6c6c8eab619b1d..40a86a348eaaf1cc90e9fe1d13dc5fff8ddb1f6d 100644
 | 
| --- a/content/browser/ssl/ssl_manager.h
 | 
| +++ b/content/browser/ssl/ssl_manager.h
 | 
| @@ -80,7 +80,7 @@ class CONTENT_EXPORT SSLManager {
 | 
|    // content. These methods update the SSLStatus on the NavigationEntry
 | 
|    // appropriately. If the result could change the visible SSL state,
 | 
|    // they notify the WebContents of the change via
 | 
| -  // DidChangeVisibleSSLState();
 | 
| +  // DidChangeVisibleSecurityState();
 | 
|    void DidDisplayMixedContent();
 | 
|    void DidDisplayContentWithCertErrors();
 | 
|    void DidShowPasswordInputOnHttp();
 | 
| 
 |