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

Side by Side Diff: chrome/browser/policy/config_dir_policy_provider.cc

Issue 3774003: Cleanup and style guideline conformance for policy implementation (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: fix windows build and tests Created 10 years, 1 month 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/policy/config_dir_policy_provider.h" 5 #include "chrome/browser/policy/config_dir_policy_provider.h"
6 6
7 #include <set> 7 #include <set>
8 8
9 #include "base/file_util.h" 9 #include "base/file_util.h"
10 #include "base/values.h" 10 #include "base/values.h"
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 return last_modification; 75 return last_modification;
76 } 76 }
77 77
78 ConfigDirPolicyProvider::ConfigDirPolicyProvider( 78 ConfigDirPolicyProvider::ConfigDirPolicyProvider(
79 const ConfigurationPolicyProvider::PolicyDefinitionList* policy_list, 79 const ConfigurationPolicyProvider::PolicyDefinitionList* policy_list,
80 const FilePath& config_dir) 80 const FilePath& config_dir)
81 : FileBasedPolicyProvider(policy_list, 81 : FileBasedPolicyProvider(policy_list,
82 new ConfigDirPolicyLoader(config_dir)) { 82 new ConfigDirPolicyLoader(config_dir)) {
83 } 83 }
84 84
85
86 } // namespace policy 85 } // namespace policy
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_pref_store.h ('k') | chrome/browser/policy/config_dir_policy_provider_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698