| 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);
|
|
|