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

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

Issue 2955503002: Make interstitial links open in a new tab (Closed)
Patch Set: Mock out help center URL in SafeBrowsingBlockingPageTest 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_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..3237ed776efcef69225324937071f2adaf2df193 100644
--- a/components/security_interstitials/content/security_interstitial_controller_client.h
+++ b/components/security_interstitials/content/security_interstitial_controller_client.h
@@ -44,6 +44,7 @@ class SecurityInterstitialControllerClient
void GoBackAfterNavigationCommitted() override;
void Proceed() override;
void Reload() override;
+ void OpenUrlInNewForegroundTab(const GURL& url) override;
void OpenUrlInCurrentTab(const GURL& url) override;
PrefService* GetPrefService() override;
const std::string& GetApplicationLocale() const override;

Powered by Google App Engine
This is Rietveld 408576698