| 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 f10d26b08c49d738ad9d6f429c247b11104d7608..29aa10f08f6a48905d430500ceab891d29d699e0 100644
|
| --- a/components/security_interstitials/content/security_interstitial_controller_client.h
|
| +++ b/components/security_interstitials/content/security_interstitial_controller_client.h
|
| @@ -45,6 +45,7 @@ class SecurityInterstitialControllerClient
|
| void Proceed() override;
|
| void Reload() override;
|
| void OpenUrlInCurrentTab(const GURL& url) override;
|
| + void OpenUrlInNewForegroundTab(const GURL& url) override;
|
| PrefService* GetPrefService() override;
|
| const std::string& GetApplicationLocale() const override;
|
| bool CanLaunchDateAndTimeSettings() override;
|
|
|