Chromium Code Reviews| Index: components/security_interstitials/content/security_interstitial_controller_client.h |
| diff --git a/components/security_interstitials/content/security_interstitial_controller_client.h b/components/security_interstitials/content/security_interstitial_controller_client.h |
| index 1d70720718c6397d2082bce4b2a8baa71d5c409e..b77a1b7aaf4950673a4db11d7000c42e210d2713 100644 |
| --- a/components/security_interstitials/content/security_interstitial_controller_client.h |
| +++ b/components/security_interstitials/content/security_interstitial_controller_client.h |
| @@ -48,8 +48,9 @@ class SecurityInterstitialControllerClient |
| const std::string& GetApplicationLocale() const override; |
| bool CanLaunchDateAndTimeSettings() override; |
| void LaunchDateAndTimeSettings() override; |
| + bool CanGoBack() override; |
|
felt
2017/05/05 00:31:14
nit: can you move this to be next to GoBack()?
edwardjung
2017/05/05 10:24:24
Done.
|
| -protected: |
| + protected: |
| // security_interstitials::ControllerClient overrides. |
| const std::string GetExtendedReportingPrefName() const override; |
| content::WebContents* web_contents_; |