| 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 5f47465b9a14e34571a00d77a6e48c0f9c0f5e19..d5560d1409cc08faa3f6e7abe977c2380c79ba60 100644
|
| --- a/chrome/browser/ssl/chrome_security_state_model_client.h
|
| +++ b/chrome/browser/ssl/chrome_security_state_model_client.h
|
| @@ -26,8 +26,8 @@ class ChromeSecurityStateModelClient
|
| public:
|
| ~ChromeSecurityStateModelClient() override;
|
|
|
| - const security_state::SecurityStateModel::SecurityInfo& GetSecurityInfo()
|
| - const;
|
| + void GetSecurityInfo(
|
| + security_state::SecurityStateModel::SecurityInfo* result) const;
|
|
|
| // Returns the SecurityStyle that should be applied to a WebContents
|
| // with the given |security_info|. Populates
|
|
|