blob: be648459c2478a3f2756fce95fbfb4b468d48649 [file] [log] [blame]
// Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_POLICY_SAFE_BROWSING_POLICY_TEST_H_
#define CHROME_BROWSER_POLICY_SAFE_BROWSING_POLICY_TEST_H_
#include "chrome/browser/policy/policy_test_utils.h"
namespace content {
class WebContents;
} // namespace content
namespace policy {
class SafeBrowsingPolicyTest : public PolicyTest {
public:
SafeBrowsingPolicyTest();
~SafeBrowsingPolicyTest() override;
bool IsShowingInterstitial(content::WebContents* tab);
void WaitForInterstitial(content::WebContents* tab);
};
} // namespace policy
#endif // CHROME_BROWSER_POLICY_SAFE_BROWSING_POLICY_TEST_H_