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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CLASS MACHINE 1 CLASS MACHINE
2 2
3 CATEGORY !!google 3 CATEGORY !!google
4 CATEGORY !!googlechrome 4 CATEGORY !!googlechrome
5 5
6 ; Most applications will use a registry key with the naming convention 6 ; Most applications will use a registry key with the naming convention
7 ; Software\Policies\CompanyName\ProductName\ComponentName 7 ; Software\Policies\CompanyName\ProductName\ComponentName
8 ; 8 ;
9 ; For example: Software\Policies\Microsoft\Windows\Printing 9 ; For example: Software\Policies\Microsoft\Windows\Printing
10 10
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 POLICY !!PasswordManagerEnabled 98 POLICY !!PasswordManagerEnabled
99 #if version >= 4 99 #if version >= 4
100 SUPPORTED !!SUPPORTED_WINXPSP2 100 SUPPORTED !!SUPPORTED_WINXPSP2
101 #endif 101 #endif
102 EXPLAIN !!PasswordManagerEnabled_Explain 102 EXPLAIN !!PasswordManagerEnabled_Explain
103 VALUENAME "PasswordManagerEnabled" 103 VALUENAME "PasswordManagerEnabled"
104 VALUEON NUMERIC 1 104 VALUEON NUMERIC 1
105 VALUEOFF NUMERIC 0 105 VALUEOFF NUMERIC 0
106 END POLICY 106 END POLICY
107 107
108 POLICY !!AutoFillEnabled
109 #if version >= 4
110 SUPPORTED !!SUPPORTED_WINXPSP2
111 #endif
112 EXPLAIN !!AutoFillEnabled_Explain
113 VALUENAME "AutoFillEnabled"
114 VALUEON NUMERIC 1
115 VALUEOFF NUMERIC 0
116 END POLICY
117
108 POLICY !!DisabledPlugins 118 POLICY !!DisabledPlugins
109 #if version >= 4 119 #if version >= 4
110 SUPPORTED !!SUPPORTED_WINXPSP2 120 SUPPORTED !!SUPPORTED_WINXPSP2
111 #endif 121 #endif
112 EXPLAIN !!DisabledPlugins_Explain 122 EXPLAIN !!DisabledPlugins_Explain
113 VALUENAME "DisabledPlugins" 123 VALUENAME "DisabledPlugins"
114 VALUEON NUMERIC 1 124 VALUEON NUMERIC 1
115 VALUEOFF NUMERIC 0 125 VALUEOFF NUMERIC 0
116 126
117 PART !!DisabledPluginsList EDITTEXT 127 PART !!DisabledPluginsList EDITTEXT
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 MetricsReportingEnabled_Explain="Enables anonymous reporting of usage \ 272 MetricsReportingEnabled_Explain="Enables anonymous reporting of usage \
263 and crash-related data about Google Chrome to Google and prevents users from cha nging this setting.\n\n\ 273 and crash-related data about Google Chrome to Google and prevents users from cha nging this setting.\n\n\
264 If you enable this setting, anonymous reporting of usage and crash-related data is sent to Google.\n\n\ 274 If you enable this setting, anonymous reporting of usage and crash-related data is sent to Google.\n\n\
265 If you disable this setting, anonymous reporting of usage and crash-related data is never sent to Google.\n\n\ 275 If you disable this setting, anonymous reporting of usage and crash-related data is never sent to Google.\n\n\
266 If you enable or disable this setting, users cannot change or override this sett ing in Google Chrome." 276 If you enable or disable this setting, users cannot change or override this sett ing in Google Chrome."
267 PasswordManagerEnabled="Enable the password manager" 277 PasswordManagerEnabled="Enable the password manager"
268 PasswordManagerEnabled_Explain="Enables saving passwords and using saved passwor ds in Google Chrome.\n\n\ 278 PasswordManagerEnabled_Explain="Enables saving passwords and using saved passwor ds in Google Chrome.\n\n\
269 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\ 279 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\
270 If you disable this setting, users are not able to save passwords or use already saved passwords.\n\n\ 280 If you disable this setting, users are not able to save passwords or use already saved passwords.\n\n\
271 If you enable or disable this setting, users cannot change or override this sett ing in Google Chrome." 281 If you enable or disable this setting, users cannot change or override this sett ing in Google Chrome."
282 AutoFillEnabled="Enable AutoFill"
283 AutoFillEnabled_Explain="Enables the AutoFill feature.\n\n\
284 If you disable this setting, the AutoFill feature will not be available to users .\n\n\
285 If you enable or do not configure this setting, users can turn on and configure AutoFill."
272 DisabledPlugins="Specify a list of plugins that are disabled" 286 DisabledPlugins="Specify a list of plugins that are disabled"
273 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-sepa rated list of the names of plugins to be disabled.\n\n\ 287 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-sepa rated list of the names of plugins to be disabled.\n\n\
274 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." 288 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."
275 DisabledPluginsList="Comma-separated list of disabled plugins:" 289 DisabledPluginsList="Comma-separated list of disabled plugins:"
276 Sync="Disallow synchronization of data with Google" 290 Sync="Disallow synchronization of data with Google"
277 Sync_Explain="Disallows data synchronization in Google Chrome using Google-hoste d synchronization services and prevents users from changing this setting.\n\n\ 291 Sync_Explain="Disallows data synchronization in Google Chrome using Google-hoste d synchronization services and prevents users from changing this setting.\n\n\
278 If you enable this setting, users cannot change or override this setting in Goog le Chrome." 292 If you enable this setting, users cannot change or override this setting in Goog le Chrome."
279 ShowHomeButton="Show home button" 293 ShowHomeButton="Show home button"
280 ShowHomeButton_Explain="Controls whether the home button is shown on the browser toolbar.\n\n\ 294 ShowHomeButton_Explain="Controls whether the home button is shown on the browser toolbar.\n\n\
281 If you enable this setting, the home button will always be shown.\n\n\ 295 If you enable this setting, the home button will always be shown.\n\n\
282 If you disable this setting, the button will be hidden." 296 If you disable this setting, the button will be hidden."
OLDNEW
« 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