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

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

Issue 1824743002: Drop non-user policy in ConfigDirPolicyLoader on Chrome OS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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
« no previous file with comments | « components/policy/core/common/policy_map_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/core/common/policy_types.h
diff --git a/components/policy/core/common/policy_types.h b/components/policy/core/common/policy_types.h
index 93b1de1a9218d69ae7c69c7dfdce323c143f53e8..c4588f5bafb86f45fa29eee54a35973cb6db2391 100644
--- a/components/policy/core/common/policy_types.h
+++ b/components/policy/core/common/policy_types.h
@@ -8,7 +8,9 @@
namespace policy {
// The scope of a policy flags whether it is meant to be applied to the current
-// user or to the machine.
+// user or to the machine. Note that this property pertains to the source of
+// the policy and has no direct correspondence to the distinction between User
+// Policy and Device Policy.
enum PolicyScope {
// USER policies apply to sessions of the current user.
POLICY_SCOPE_USER,
« no previous file with comments | « components/policy/core/common/policy_map_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698