Chromium Code Reviews| 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 |
| }; |