| Index: components/security_interstitials/content/security_interstitial_page.h
|
| diff --git a/components/security_interstitials/content/security_interstitial_page.h b/components/security_interstitials/content/security_interstitial_page.h
|
| index 710945cada900db28ca7868293552a1f35a02bd9..7cf5fc20857e7fc33004bd700495f9bf0727b2b2 100644
|
| --- a/components/security_interstitials/content/security_interstitial_page.h
|
| +++ b/components/security_interstitials/content/security_interstitial_page.h
|
| @@ -65,7 +65,7 @@ class SecurityInterstitialPage : public content::InterstitialPageDelegate {
|
| content::WebContents* web_contents() const;
|
| GURL request_url() const;
|
|
|
| - SecurityInterstitialControllerClient* controller();
|
| + SecurityInterstitialControllerClient* controller() const;
|
|
|
| // Update metrics when the interstitial is closed.
|
| void UpdateMetricsAfterSecurityInterstitial();
|
|
|