| Index: components/security_interstitials/core/safe_browsing_quiet_error_ui.cc
|
| diff --git a/components/security_interstitials/core/safe_browsing_quiet_error_ui.cc b/components/security_interstitials/core/safe_browsing_quiet_error_ui.cc
|
| index 016702516d297584f2fc199a951af7208dec09fe..6afb802058e5651abfc05c729f0e0b2e4edbf191 100644
|
| --- a/components/security_interstitials/core/safe_browsing_quiet_error_ui.cc
|
| +++ b/components/security_interstitials/core/safe_browsing_quiet_error_ui.cc
|
| @@ -9,6 +9,7 @@
|
| #include "base/strings/stringprintf.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "components/google/core/browser/google_util.h"
|
| +#include "components/grit/components_resources.h"
|
| #include "components/security_interstitials/core/common_string_util.h"
|
| #include "components/security_interstitials/core/metrics_helper.h"
|
| #include "components/strings/grit/components_strings.h"
|
| @@ -92,4 +93,8 @@ void SafeBrowsingQuietErrorUI::HandleCommand(
|
| NOTREACHED();
|
| }
|
|
|
| +int SafeBrowsingQuietErrorUI::GetHTMLTemplateId() const {
|
| + return IDR_SECURITY_INTERSTITIAL_QUIET_HTML;
|
| +};
|
| +
|
| } // security_interstitials
|
|
|