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

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

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
Index: chrome/app/policy/windows/admx/en-US/chrome.adml
diff --git a/chrome/app/policy/windows/admx/en-US/chrome.adml b/chrome/app/policy/windows/admx/en-US/chrome.adml
index b082aecfeb0dfa0d3fd600fa45840a99b98fa317..0986ba0c33f11f1b55039129089f7d15f0ba95b3 100644
--- a/chrome/app/policy/windows/admx/en-US/chrome.adml
+++ b/chrome/app/policy/windows/admx/en-US/chrome.adml
@@ -100,6 +100,12 @@ If you enable this setting, users can have Google Chrome memorize passwords and
If you disable this setting, users are not able to save passwords or use already saved passwords.
If you enable or disable this setting, users cannot change or override this setting in Google Chrome.</string>
+ <string id="AutoFillEnabled">Enable AutoFill</string>
+ <string id="AutoFillEnabled_Explain">Enables the AutoFill feature.
+
+If you disable this setting, the AutoFill feature will not be available to users.
+
+If you enable or do not configure this setting, users can turn on and configure AutoFill.</string>
<string id="DisabledPlugins">Specify a list of plugins that are disabled</string>
<string id="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.
@@ -136,6 +142,7 @@ If you disable this setting, the button will be hidden.</string>
<presentation id="SafeBrowsingEnabled" />
<presentation id="MetricsReportingEnabled" />
<presentation id="PasswordManagerEnabled" />
+ <presentation id="AutoFillEnabled" />
<presentation id="DisabledPlugins">
<textBox refId="DisabledPluginsList">
<label>Comma-separated list of disabled plugins:</label>
« no previous file with comments | « chrome/app/policy/windows/admx/chrome.admx ('k') | chrome/browser/autofill/autofill_dialog_controller_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698