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

Unified Diff: components/security_interstitials/core/superfish_error_ui.cc

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/core/superfish_error_ui.cc
diff --git a/components/security_interstitials/core/superfish_error_ui.cc b/components/security_interstitials/core/superfish_error_ui.cc
index c541249be44db63d7fdb475cf23422746a6b4194..2124319deab60205dcab048e252c573f53d53dff 100644
--- a/components/security_interstitials/core/superfish_error_ui.cc
+++ b/components/security_interstitials/core/superfish_error_ui.cc
@@ -65,7 +65,7 @@ void SuperfishErrorUI::HandleCommand(SecurityInterstitialCommands command) {
if (command == CMD_OPEN_HELP_CENTER) {
controller()->metrics_helper()->RecordUserInteraction(
security_interstitials::MetricsHelper::SHOW_LEARN_MORE);
- controller()->OpenUrlInCurrentTab(GURL(kHelpURL));
+ controller()->OpenUrlInNewForegroundTab(GURL(kHelpURL));
return;
}
SSLErrorUI::HandleCommand(command);

Powered by Google App Engine
This is Rietveld 408576698