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

Unified Diff: chrome/browser/policy/config_dir_policy_loader_unittest.cc

Issue 10545033: Removed the PolicyDefinitionList from the ConfigurationPolicyProvider interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 years, 6 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/config_dir_policy_loader_unittest.cc
diff --git a/chrome/browser/policy/config_dir_policy_loader_unittest.cc b/chrome/browser/policy/config_dir_policy_loader_unittest.cc
index 681162952a976a9a12170d6ca49703e61672015f..6c996d8d57fbb8aae944188802da3f70c0674c93 100644
--- a/chrome/browser/policy/config_dir_policy_loader_unittest.cc
+++ b/chrome/browser/policy/config_dir_policy_loader_unittest.cc
@@ -73,7 +73,7 @@ ConfigurationPolicyProvider* TestHarness::CreateProvider(
const PolicyDefinitionList* policy_definition_list) {
scoped_ptr<AsyncPolicyLoader> loader(
new ConfigDirPolicyLoader(test_dir(), POLICY_SCOPE_MACHINE));
- return new AsyncPolicyProvider(policy_definition_list, loader.Pass());
+ return new AsyncPolicyProvider(loader.Pass());
}
void TestHarness::InstallEmptyPolicy() {
« no previous file with comments | « chrome/browser/policy/config_dir_policy_loader.h ('k') | chrome/browser/policy/config_dir_policy_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698