Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(318)

Unified Diff: chrome/browser/policy/configuration_policy_provider_test.h

Issue 10384145: Removed ConfigurationPolicyProvider::Provide(). (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698