chromium/ios/chrome/browser/policy/model/test_platform_policy_provider.h

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef IOS_CHROME_BROWSER_POLICY_MODEL_TEST_PLATFORM_POLICY_PROVIDER_H_
#define IOS_CHROME_BROWSER_POLICY_MODEL_TEST_PLATFORM_POLICY_PROVIDER_H_

#include "components/policy/core/common/mock_configuration_policy_provider.h"

// Returns a singleton mock that can be installed as the platform policy
// provider when testing. Subsequent calls to this method will return the same
// object, which can then be used to update the current set of policies.
policy::MockConfigurationPolicyProvider* GetTestPlatformPolicyProvider();

#endif  // IOS_CHROME_BROWSER_POLICY_MODEL_TEST_PLATFORM_POLICY_PROVIDER_H_