| Index: components/security_interstitials/content/security_interstitial_page.cc
|
| diff --git a/components/security_interstitials/content/security_interstitial_page.cc b/components/security_interstitials/content/security_interstitial_page.cc
|
| index db371a66c520f1d3ce8c829c81fa98069da0ea46..eaa95eb351a8b6f740c10947ab07bb3159fb267f 100644
|
| --- a/components/security_interstitials/content/security_interstitial_page.cc
|
| +++ b/components/security_interstitials/content/security_interstitial_page.cc
|
| @@ -88,7 +88,8 @@ void SecurityInterstitialPage::Show() {
|
| AfterShow();
|
| }
|
|
|
| -SecurityInterstitialControllerClient* SecurityInterstitialPage::controller() {
|
| +SecurityInterstitialControllerClient* SecurityInterstitialPage::controller()
|
| + const {
|
| return controller_.get();
|
| }
|
|
|
|
|