Chromium Code Reviews| Index: chrome/browser/policy/configuration_policy_provider_test.h |
| diff --git a/chrome/browser/policy/configuration_policy_provider_test.h b/chrome/browser/policy/configuration_policy_provider_test.h |
| index b77c11e0bc40984552bbbdf9bc1c618183337e9d..7cdaf2f349a16f6e9bae8f7a558d5366b131e904 100644 |
| --- a/chrome/browser/policy/configuration_policy_provider_test.h |
| +++ b/chrome/browser/policy/configuration_policy_provider_test.h |
| @@ -58,6 +58,10 @@ class PolicyProviderTestHarness { |
| virtual AsynchronousPolicyProvider* CreateProvider( |
| const PolicyDefinitionList* policy_definition_list) = 0; |
| + // Returns the policy level and scope set by the policy provider. |
| + virtual PolicyLevel GetPolicyLevel() const = 0; |
| + virtual PolicyScope GetPolicyScope() const = 0; |
|
Mattias Nissler (ping if slow)
2012/05/14 16:55:59
Minor style nit you may choose to ignore: Might as
Joao da Silva
2012/05/15 13:07:05
Done.
|
| + |
| // Helpers to configure the environment the policy provider reads from. |
| virtual void InstallEmptyPolicy() = 0; |
| virtual void InstallStringPolicy(const std::string& policy_name, |