Chromium Code Reviews| Index: components/policy/core/common/config_dir_policy_loader.cc |
| diff --git a/components/policy/core/common/config_dir_policy_loader.cc b/components/policy/core/common/config_dir_policy_loader.cc |
| index b39d8385bbfca48e5a653a9edf7862bf74fc27bf..a8d143e967ad725f150b36800753b3eedf95a5ea 100644 |
| --- a/components/policy/core/common/config_dir_policy_loader.cc |
| +++ b/components/policy/core/common/config_dir_policy_loader.cc |
| @@ -84,6 +84,10 @@ scoped_ptr<PolicyBundle> ConfigDirPolicyLoader::Load() { |
| return bundle.Pass(); |
| } |
| +PolicySource ConfigDirPolicyLoader::source() const { |
|
Thiemo Nagel
2015/09/01 17:40:37
Remove.
fhorschig
2015/09/04 06:53:54
Done.
|
| + return POLICY_SOURCE_PLATFORM; |
| +} |
| + |
| base::Time ConfigDirPolicyLoader::LastModificationTime() { |
| static const base::FilePath::CharType* kConfigDirSuffixes[] = { |
| kMandatoryConfigDir, |