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