Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(500)

Unified Diff: components/security_interstitials/content/security_interstitial_page.h

Issue 2955503002: Make interstitial links open in a new tab (Closed)
Patch Set: Fix compilation error Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698