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

Unified Diff: components/policy/core/common/config_dir_policy_loader.h

Issue 1304843004: Add source column to chrome://policy showing the origins of policies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed browsertest and removed unnecessary string for default values. Created 5 years, 4 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: components/policy/core/common/config_dir_policy_loader.h
diff --git a/components/policy/core/common/config_dir_policy_loader.h b/components/policy/core/common/config_dir_policy_loader.h
index ab1ccb4931c35d1c4b0d101356e544a60d8bcad2..cc644083c5d2768f72f16672d719f34545d25d6e 100644
--- a/components/policy/core/common/config_dir_policy_loader.h
+++ b/components/policy/core/common/config_dir_policy_loader.h
@@ -33,6 +33,9 @@ class POLICY_EXPORT ConfigDirPolicyLoader : public AsyncPolicyLoader {
void InitOnBackgroundThread() override;
scoped_ptr<PolicyBundle> Load() override;
base::Time LastModificationTime() override;
+ // ConfigurationPolicyProvider::source() now indicates provided sources are
Thiemo Nagel 2015/09/01 17:40:37 Remove.
fhorschig 2015/09/04 06:53:54 Done.
+ // originating from a local platform.
+ PolicySource source() const override;
private:
// Loads the policy files at |path| into the |bundle|, with the given |level|.

Powered by Google App Engine
This is Rietveld 408576698