| Index: chrome/browser/ssl/captive_portal_blocking_page.cc
|
| diff --git a/chrome/browser/ssl/captive_portal_blocking_page.cc b/chrome/browser/ssl/captive_portal_blocking_page.cc
|
| index cf610aa48ef62d09d71d9608b3030c39692275e1..3b5483a02726b9c197d4d1c89b15ed395cf6df72 100644
|
| --- a/chrome/browser/ssl/captive_portal_blocking_page.cc
|
| +++ b/chrome/browser/ssl/captive_portal_blocking_page.cc
|
| @@ -18,6 +18,7 @@
|
| #include "chrome/browser/ssl/ssl_cert_reporter.h"
|
| #include "components/captive_portal/captive_portal_detector.h"
|
| #include "components/certificate_reporting/error_reporter.h"
|
| +#include "components/security_interstitials/core/common_string_util.h"
|
| #include "components/security_interstitials/core/controller_client.h"
|
| #include "components/url_formatter/url_formatter.h"
|
| #include "components/wifi/wifi_service.h"
|
| @@ -119,6 +120,8 @@ void CaptivePortalBlockingPage::PopulateInterstitialStrings(
|
| load_time_data->SetString("iconClass", "icon-offline");
|
| load_time_data->SetString("type", "CAPTIVE_PORTAL");
|
| load_time_data->SetBoolean("overridable", false);
|
| + security_interstitials::common_string_util::PopulateNewIconStrings(
|
| + load_time_data);
|
|
|
| // |IsWifiConnection| isn't accurate on some platforms, so always try to get
|
| // the Wi-Fi SSID even if |IsWifiConnection| is false.
|
|
|