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

Unified Diff: chrome/app/policy/windows/adm/en-US/chrome.adm

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/policy/mac/app-Manifest.plist ('k') | chrome/app/policy/windows/admx/chrome.admx » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/policy/windows/adm/en-US/chrome.adm
diff --git a/chrome/app/policy/windows/adm/en-US/chrome.adm b/chrome/app/policy/windows/adm/en-US/chrome.adm
index 62f27f7f386b385dec27b37330f9926bec0d1d2a..357552b45fca53d1e4a8d9e3f9302bb1821de0d3 100644
--- a/chrome/app/policy/windows/adm/en-US/chrome.adm
+++ b/chrome/app/policy/windows/adm/en-US/chrome.adm
@@ -105,6 +105,16 @@ CLASS MACHINE
VALUEOFF NUMERIC 0
END POLICY
+ POLICY !!AutoFillEnabled
+ #if version >= 4
+ SUPPORTED !!SUPPORTED_WINXPSP2
+ #endif
+ EXPLAIN !!AutoFillEnabled_Explain
+ VALUENAME "AutoFillEnabled"
+ VALUEON NUMERIC 1
+ VALUEOFF NUMERIC 0
+ END POLICY
+
POLICY !!DisabledPlugins
#if version >= 4
SUPPORTED !!SUPPORTED_WINXPSP2
@@ -269,6 +279,10 @@ PasswordManagerEnabled_Explain="Enables saving passwords and using saved passwor
If you enable this setting, users can have Google Chrome memorize passwords and provide them automatically the next time you log into a site.\n\n\
If you disable this setting, users are not able to save passwords or use already saved passwords.\n\n\
If you enable or disable this setting, users cannot change or override this setting in Google Chrome."
+AutoFillEnabled="Enable AutoFill"
+AutoFillEnabled_Explain="Enables the AutoFill feature.\n\n\
+If you disable this setting, the AutoFill feature will not be available to users.\n\n\
+If you enable or do not configure this setting, users can turn on and configure AutoFill."
DisabledPlugins="Specify a list of plugins that are disabled"
DisabledPlugins_Explain="Specifies a list of plugins that are disabled in Google Chrome and prevents users from changing this setting. The value is a comma-separated list of the names of plugins to be disabled.\n\n\
If you enable this setting, the specified list of plugins is never used in Google Chrome. The plugins are marked as disabled in 'about:plugins' and users are not able to enable them."
« no previous file with comments | « chrome/app/policy/mac/app-Manifest.plist ('k') | chrome/app/policy/windows/admx/chrome.admx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698