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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <policyDefinitionResources revision="1.0" schemaVersion="1.0"> 2 <policyDefinitionResources revision="1.0" schemaVersion="1.0">
3 <displayName></displayName> 3 <displayName></displayName>
4 <description></description> 4 <description></description>
5 <resources> 5 <resources>
6 <stringTable> 6 <stringTable>
7 <string id="SUPPORTED_WINXPSP2">At least Microsoft Windows XP SP2</string> 7 <string id="SUPPORTED_WINXPSP2">At least Microsoft Windows XP SP2</string>
8 <string id="google">Google</string> 8 <string id="google">Google</string>
9 <string id="googlechrome">Google Chrome</string> 9 <string id="googlechrome">Google Chrome</string>
10 <string id="ApplicationLocale">Configures the application locale</string> 10 <string id="ApplicationLocale">Configures the application locale</string>
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 93
94 If you enable or disable this setting, users cannot change or override this sett ing in Google Chrome.</string> 94 If you enable or disable this setting, users cannot change or override this sett ing in Google Chrome.</string>
95 <string id="PasswordManagerEnabled">Enable the password manager</string> 95 <string id="PasswordManagerEnabled">Enable the password manager</string>
96 <string id="PasswordManagerEnabled_Explain">Enables saving passwords and u sing saved passwords in Google Chrome. 96 <string id="PasswordManagerEnabled_Explain">Enables saving passwords and u sing saved passwords in Google Chrome.
97 97
98 If you enable this setting, users can have Google Chrome memorize passwords and provide them automatically the next time you log into a site. 98 If you enable this setting, users can have Google Chrome memorize passwords and provide them automatically the next time you log into a site.
99 99
100 If you disable this setting, users are not able to save passwords or use already saved passwords. 100 If you disable this setting, users are not able to save passwords or use already saved passwords.
101 101
102 If you enable or disable this setting, users cannot change or override this sett ing in Google Chrome.</string> 102 If you enable or disable this setting, users cannot change or override this sett ing in Google Chrome.</string>
103 <string id="AutoFillEnabled">Enable AutoFill</string>
104 <string id="AutoFillEnabled_Explain">Enables the AutoFill feature.
105
106 If you disable this setting, the AutoFill feature will not be available to users .
107
108 If you enable or do not configure this setting, users can turn on and configure AutoFill.</string>
103 <string id="DisabledPlugins">Specify a list of plugins that are disabled</ string> 109 <string id="DisabledPlugins">Specify a list of plugins that are disabled</ string>
104 <string id="DisabledPlugins_Explain">Specifies a list of plugins that are disabled in Google Chrome and prevents users from changing this setting. The val ue is a comma-separated list of the names of plugins to be disabled. 110 <string id="DisabledPlugins_Explain">Specifies a list of plugins that are disabled in Google Chrome and prevents users from changing this setting. The val ue is a comma-separated list of the names of plugins to be disabled.
105 111
106 If you enable this setting, the specified list of plugins is never used in Googl e Chrome. The plugins are marked as disabled in 'about:plugins' and users are no t able to enable them.</string> 112 If you enable this setting, the specified list of plugins is never used in Googl e Chrome. The plugins are marked as disabled in 'about:plugins' and users are no t able to enable them.</string>
107 <string id="DisabledPluginsList">Comma-separated list of disabled plugins: </string> 113 <string id="DisabledPluginsList">Comma-separated list of disabled plugins: </string>
108 <string id="Sync">Disallow synchronization of data with Google</string> 114 <string id="Sync">Disallow synchronization of data with Google</string>
109 <string id="Sync_Explain">Disallows data synchronization in Google Chrome using Google-hosted synchronization services and prevents users from changing th is setting. 115 <string id="Sync_Explain">Disallows data synchronization in Google Chrome using Google-hosted synchronization services and prevents users from changing th is setting.
110 116
111 If you enable this setting, users cannot change or override this setting in Goog le Chrome.</string> 117 If you enable this setting, users cannot change or override this setting in Goog le Chrome.</string>
112 <string id="ShowHomeButton">Show home button</string> 118 <string id="ShowHomeButton">Show home button</string>
(...skipping 16 matching lines...) Expand all
129 <textBox refId="ApplicationLocaleValue"> 135 <textBox refId="ApplicationLocaleValue">
130 <label>Application locale:</label> 136 <label>Application locale:</label>
131 </textBox> 137 </textBox>
132 </presentation> 138 </presentation>
133 <presentation id="AlternateErrorPagesEnabled" /> 139 <presentation id="AlternateErrorPagesEnabled" />
134 <presentation id="SearchSuggestEnabled" /> 140 <presentation id="SearchSuggestEnabled" />
135 <presentation id="DnsPrefetchingEnabled" /> 141 <presentation id="DnsPrefetchingEnabled" />
136 <presentation id="SafeBrowsingEnabled" /> 142 <presentation id="SafeBrowsingEnabled" />
137 <presentation id="MetricsReportingEnabled" /> 143 <presentation id="MetricsReportingEnabled" />
138 <presentation id="PasswordManagerEnabled" /> 144 <presentation id="PasswordManagerEnabled" />
145 <presentation id="AutoFillEnabled" />
139 <presentation id="DisabledPlugins"> 146 <presentation id="DisabledPlugins">
140 <textBox refId="DisabledPluginsList"> 147 <textBox refId="DisabledPluginsList">
141 <label>Comma-separated list of disabled plugins:</label> 148 <label>Comma-separated list of disabled plugins:</label>
142 </textBox> 149 </textBox>
143 </presentation> 150 </presentation>
144 <presentation id="Sync" /> 151 <presentation id="Sync" />
145 <presentation id="Proxy"> 152 <presentation id="Proxy">
146 <dropdownList refId="ProxyServerMode">Choose how to specify proxy server settings:</dropdownList> 153 <dropdownList refId="ProxyServerMode">Choose how to specify proxy server settings:</dropdownList>
147 <textBox refId="ProxyServer"> 154 <textBox refId="ProxyServer">
148 <label>Address or URL of proxy server:</label> 155 <label>Address or URL of proxy server:</label>
149 </textBox> 156 </textBox>
150 <textBox refId="ProxyPacUrl"> 157 <textBox refId="ProxyPacUrl">
151 <label>URL to a proxy .pac file:</label> 158 <label>URL to a proxy .pac file:</label>
152 </textBox> 159 </textBox>
153 <textBox refId="ProxyBypassList"> 160 <textBox refId="ProxyBypassList">
154 <label>Comma-separated list of bypass rules:</label> 161 <label>Comma-separated list of bypass rules:</label>
155 </textBox> 162 </textBox>
156 </presentation> 163 </presentation>
157 <presentation id="ExtensionInstallBlacklist"> 164 <presentation id="ExtensionInstallBlacklist">
158 <listBox refId="ExtensionInstallBlacklistDesc">Specify extension ids the user should be prevented from installing (or * for all).</listBox> 165 <listBox refId="ExtensionInstallBlacklistDesc">Specify extension ids the user should be prevented from installing (or * for all).</listBox>
159 </presentation> 166 </presentation>
160 <presentation id="ExtensionInstallWhitelist"> 167 <presentation id="ExtensionInstallWhitelist">
161 <listBox refId="ExtensionInstallWhitelistDesc">Specify extension ids to excempt from the blacklist.</listBox> 168 <listBox refId="ExtensionInstallWhitelistDesc">Specify extension ids to excempt from the blacklist.</listBox>
162 </presentation> 169 </presentation>
163 <presentation id="ShowHomeButton" /> 170 <presentation id="ShowHomeButton" />
164 </presentationTable> 171 </presentationTable>
165 </resources> 172 </resources>
166 </policyDefinitionResources> 173 </policyDefinitionResources>
OLDNEW
« 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