| 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 4554e5e41a3e9c547d54c42652a3abc9fa6d16ff..15d28295b24dc019b5895df1c42ba62cbbf375d6 100644
|
| --- a/components/security_interstitials/content/security_interstitial_page.h
|
| +++ b/components/security_interstitials/content/security_interstitial_page.h
|
| @@ -27,9 +27,12 @@ class SecurityInterstitialControllerClient;
|
|
|
| class SecurityInterstitialPage : public content::InterstitialPageDelegate {
|
| public:
|
| + // |request_url| is the URL which triggered the interstitial page. For
|
| + // SafeBrowsing interstitials, it can be a main frame or a subresource URL.
|
| + // For SSL interstitials, it's always the main frame URL.
|
| SecurityInterstitialPage(
|
| content::WebContents* web_contents,
|
| - const GURL& url,
|
| + const GURL& request_url,
|
| std::unique_ptr<SecurityInterstitialControllerClient> controller);
|
| ~SecurityInterstitialPage() override;
|
|
|
|
|