| Index: chrome/app/policy/mac/app-Manifest.plist
|
| diff --git a/chrome/app/policy/mac/app-Manifest.plist b/chrome/app/policy/mac/app-Manifest.plist
|
| index 2b4e553afd44d9fbf975fe8290ab3baff5f01bea..4fb2e68dafe9c46d7d87c4979ecfffdf0609a5c5 100644
|
| --- a/chrome/app/policy/mac/app-Manifest.plist
|
| +++ b/chrome/app/policy/mac/app-Manifest.plist
|
| @@ -177,6 +177,20 @@
|
| </dict>
|
| <dict>
|
| <key>pfm_name</key>
|
| + <string>AutoFillEnabled</string>
|
| + <key>pfm_description</key>
|
| + <string>This policy controls the AutoFill feature. If disabled, automatic form filling will not be available to the user. If not configured or enabled, users can turn on and configure AutoFill.</string>
|
| + <key>pfm_title</key>
|
| + <string>Enable AutoFill</string>
|
| + <key>pfm_targets</key>
|
| + <array>
|
| + <string>user-managed</string>
|
| + </array>
|
| + <key>pfm_type</key>
|
| + <string>boolean</string>
|
| + </dict>
|
| + <dict>
|
| + <key>pfm_name</key>
|
| <string>DisabledPlugins</string>
|
| <key>pfm_description</key>
|
| <string>This policy specifies a list of plugins that are disabled. The policy value is a comma-separated list of the names of plugins to be disabled.</string>
|
|
|