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

Unified Diff: chrome/app/policy/mac/app-Manifest.plist

Issue 3140024: Implement policy for disabling auto fill. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: regenerate XIBs in order to avoid maxID corruption. Created 10 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
« no previous file with comments | « chrome/app/nibs/Preferences.xib ('k') | chrome/app/policy/windows/adm/en-US/chrome.adm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/app/nibs/Preferences.xib ('k') | chrome/app/policy/windows/adm/en-US/chrome.adm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698