#include "chrome/browser/safe_browsing/test_safe_browsing_blocking_page_quiet.h"
#include "components/grit/components_resources.h"
#include "components/security_interstitials/content/security_interstitial_controller_client.h"
#include "components/security_interstitials/content/settings_page_helper.h"
#include "ui/base/resource/resource_bundle.h"
#include "ui/base/webui/web_ui_util.h"
namespace security_interstitials {
TestSafeBrowsingBlockingPageQuiet::~TestSafeBrowsingBlockingPageQuiet() { … }
TestSafeBrowsingBlockingPageQuiet::TestSafeBrowsingBlockingPageQuiet(
safe_browsing::BaseUIManager* ui_manager,
content::WebContents* web_contents,
const GURL& main_frame_url,
const UnsafeResourceList& unsafe_resources,
const BaseSafeBrowsingErrorUI::SBErrorDisplayOptions& display_options,
bool is_giant_webview)
: … { … }
TestSafeBrowsingBlockingPageQuiet*
TestSafeBrowsingBlockingPageQuiet::CreateBlockingPage(
safe_browsing::BaseUIManager* ui_manager,
content::WebContents* web_contents,
const GURL& main_frame_url,
const UnsafeResource& unsafe_resource,
bool is_giant_webview) { … }
std::string TestSafeBrowsingBlockingPageQuiet::GetHTML() { … }
}