#include "content/browser/renderer_host/mixed_content_navigation_throttle.h"
#include "content/public/browser/navigation_entry.h"
#include "content/public/browser/ssl_status.h"
#include "content/public/browser/web_contents.h"
#include "content/public/test/mock_navigation_handle.h"
#include "content/public/test/test_renderer_host.h"
#include "content/test/navigation_simulator_impl.h"
#include "net/test/cert_test_util.h"
#include "net/test/test_data_directory.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace content {
class MixedContentNavigationThrottleTest : public RenderViewHostTestHarness { … };
TEST_F(MixedContentNavigationThrottleTest, HandleCertificateError) { … }
TEST_F(MixedContentNavigationThrottleTest, HandleCertificateErrorRedirect) { … }
}