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

Unified Diff: chrome/common/extensions/api/settings_private.idl

Issue 2479973002: MD Settings: clarify "controlled by" logic (Closed)
Patch Set: nits Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/extensions/api/settings_private/prefs_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/settings_private.idl
diff --git a/chrome/common/extensions/api/settings_private.idl b/chrome/common/extensions/api/settings_private.idl
index 904ad39efe26c0ab58a005eac43b87bcbabacd3d..6924488b9eee31315f118b4fe8f93d85a9f56f98 100644
--- a/chrome/common/extensions/api/settings_private.idl
+++ b/chrome/common/extensions/api/settings_private.idl
@@ -14,6 +14,9 @@ namespace settingsPrivate {
USER_POLICY,
OWNER,
PRIMARY_USER,
+ // TODO(dbeam): This is kind of confusing. Extensions can be installed by
+ // users or force installed by a policy (https://goo.gl/f7L5aD). Maybe we
+ // could rename "PolicySource" to "ControlledBy" or "EnforcementSource"?
stevenjb 2016/11/09 18:03:30 First off, I apologize for half completing this an
EXTENSION
};
« no previous file with comments | « chrome/browser/extensions/api/settings_private/prefs_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698