| Index: chrome/browser/ssl/chrome_security_state_model_client.h
|
| diff --git a/chrome/browser/ssl/chrome_security_state_model_client.h b/chrome/browser/ssl/chrome_security_state_model_client.h
|
| index be12ac1b9c20d71addcecb9aef70b68d4a101abb..471ace912fbca302dc854893b45ea5686bb843c3 100644
|
| --- a/chrome/browser/ssl/chrome_security_state_model_client.h
|
| +++ b/chrome/browser/ssl/chrome_security_state_model_client.h
|
| @@ -32,8 +32,9 @@
|
| void GetSecurityInfo(
|
| security_state::SecurityStateModel::SecurityInfo* result) const;
|
|
|
| - // Called when the NavigationEntry's SSLStatus changes.
|
| - void VisibleSSLStateChanged();
|
| + // Called when the NavigationEntry's SSLStatus or other security
|
| + // information changes.
|
| + void VisibleSecurityStateChanged();
|
|
|
| // content::WebContentsObserver:
|
| void DidFinishNavigation(
|
|
|