diff options
author | markusheintz@chromium.org <markusheintz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-31 18:17:51 +0000 |
---|---|---|
committer | markusheintz@chromium.org <markusheintz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-31 18:17:51 +0000 |
commit | 22fc143af3e0cb80d39ad0614759ead6c20ba7b5 (patch) | |
tree | 2c6820d88ba4bfc4174b027b678418316a6767bb /chrome/app/policy/windows | |
parent | 7e9af81834cc012131ca509808c8c6b73cc05604 (diff) | |
download | chromium_src-22fc143af3e0cb80d39ad0614759ead6c20ba7b5.zip chromium_src-22fc143af3e0cb80d39ad0614759ead6c20ba7b5.tar.gz chromium_src-22fc143af3e0cb80d39ad0614759ead6c20ba7b5.tar.bz2 |
Since we are now able to auto generate ADM and ADMX/ADML templates, we do not need any manually created and maintained policy-templates anymore. Therefor we delete them.
BUG=none
TEST=manual
Review URL: http://codereview.chromium.org/3229010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58025 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/policy/windows')
-rw-r--r-- | chrome/app/policy/windows/adm/en-US/chrome.adm | 325 | ||||
-rw-r--r-- | chrome/app/policy/windows/admx/chrome.admx | 209 | ||||
-rw-r--r-- | chrome/app/policy/windows/admx/en-US/chrome.adml | 188 |
3 files changed, 0 insertions, 722 deletions
diff --git a/chrome/app/policy/windows/adm/en-US/chrome.adm b/chrome/app/policy/windows/adm/en-US/chrome.adm deleted file mode 100644 index d9e0f7b..0000000 --- a/chrome/app/policy/windows/adm/en-US/chrome.adm +++ /dev/null @@ -1,325 +0,0 @@ -CLASS MACHINE
-
- CATEGORY !!google
- CATEGORY !!googlechrome
-
- ; Most applications will use a registry key with the naming convention
- ; Software\Policies\CompanyName\ProductName\ComponentName
- ;
- ; For example: Software\Policies\Microsoft\Windows\Printing
-
- KEYNAME "Software\Policies\Google\Chrome"
-
- ; This is a simple policy that sets the homepage, or if the homepage should be
- ; the new tab page
-
- POLICY !!HomePage
- #if version >= 4
- SUPPORTED !!SUPPORTED_WINXPSP2
- #endif
- EXPLAIN !!HomePage_Explain
- VALUENAME "Homepage"
-
- PART !!HomepageMode DROPDOWNLIST
- VALUENAME "HomepageIsNewTabPage"
- ITEMLIST
- NAME !!HomepageIsLocationURL VALUE NUMERIC 0
- NAME !!HomepageIsNewTabPage VALUE NUMERIC 1
- END ITEMLIST
- END PART
-
- PART !!HomepageLocation EDITTEXT
- VALUENAME "HomepageLocation"
- END PART
- END POLICY
-
- POLICY !!RestoreOnStartup
- #if version >= 4
- SUPPORTED !!SUPPORTED_WINXPSP2
- #endif
- EXPLAIN !!RestoreOnStartup_Explain
-
- PART !!RestoreOnStartupMode DROPDOWNLIST
- VALUENAME "RestoreOnStartup"
- ITEMLIST
- NAME !!RestoreOnStartupIsNone VALUE NUMERIC 0
- NAME !!RestoreOnStartupIsLastSession VALUE NUMERIC 1
- NAME !!RestoreOnStartupIsURLs VALUE NUMERIC 4
- END ITEMLIST
- END PART
-
- KEYNAME "Software\Policies\Google\Chrome\RestoreOnStartupURLs"
- PART !!RestoreOnStartupURLs LISTBOX
- VALUEPREFIX ""
- END PART
- END POLICY
-
- POLICY !!ApplicationLocale
- #if version >= 4
- SUPPORTED !!SUPPORTED_WINXPSP2
- #endif
- EXPLAIN !!ApplicationLocale_Explain
- VALUENAME "ApplicationLocale"
-
- PART !!ApplicationLocaleValue EDITTEXT
- VALUENAME "ApplicationLocaleValue"
- END PART
- END POLICY
-
- POLICY !!AlternateErrorPagesEnabled
- #if version >= 4
- SUPPORTED !!SUPPORTED_WINXPSP2
- #endif
- EXPLAIN !!AlternateErrorPagesEnabled_Explain
- VALUENAME "AlternateErrorPagesEnabled"
- VALUEON NUMERIC 1
- VALUEOFF NUMERIC 0
- END POLICY
-
- POLICY !!SearchSuggestEnabled
- #if version >= 4
- SUPPORTED !!SUPPORTED_WINXPSP2
- #endif
- EXPLAIN !!SearchSuggestEnabled_Explain
- VALUENAME "SearchSuggestEnabled"
- VALUEON NUMERIC 1
- VALUEOFF NUMERIC 0
- END POLICY
-
- POLICY !!DnsPrefetchingEnabled
- #if version >= 4
- SUPPORTED !!SUPPORTED_WINXPSP2
- #endif
- EXPLAIN !!DnsPrefetchingEnabled_Explain
- VALUENAME "DnsPrefetchingEnabled"
- VALUEON NUMERIC 1
- VALUEOFF NUMERIC 0
- END POLICY
-
- POLICY !!SafeBrowsingEnabled
- #if version >= 4
- SUPPORTED !!SUPPORTED_WINXPSP2
- #endif
- EXPLAIN !!SafeBrowsingEnabled_Explain
- VALUENAME "SafeBrowsingEnabled"
- VALUEON NUMERIC 1
- VALUEOFF NUMERIC 0
- END POLICY
-
- POLICY !!MetricsReportingEnabled
- #if version >= 4
- SUPPORTED !!SUPPORTED_WINXPSP2
- #endif
- EXPLAIN !!MetricsReportingEnabled_Explain
- VALUENAME "MetricsReportingEnabled"
- VALUEON NUMERIC 1
- VALUEOFF NUMERIC 0
- END POLICY
-
- POLICY !!PasswordManagerEnabled
- #if version >= 4
- SUPPORTED !!SUPPORTED_WINXPSP2
- #endif
- EXPLAIN !!PasswordManagerEnabled_Explain
- VALUENAME "PasswordManagerEnabled"
- VALUEON NUMERIC 1
- 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
- #endif
- EXPLAIN !!DisabledPlugins_Explain
- KEYNAME "Software\Policies\Google\Chrome\DisabledPlugins"
-
- PART !!DisabledPluginsDesc LISTBOX
- VALUEPREFIX ""
- END PART
- END POLICY
-
- POLICY !!Sync
- #if version >= 4
- SUPPORTED !!SUPPORTED_WINXPSP2
- #endif
- EXPLAIN !!Sync_Explain
- VALUENAME "SyncDisabled"
- END POLICY
-
- ; This is a policy that sets the proxy
-
- POLICY !!Proxy
- #if version >= 4
- SUPPORTED !!SUPPORTED_WINXPSP2
- #endif
- EXPLAIN !!Proxy_Explain
- VALUENAME "Proxy"
-
- PART !!ProxyServerMode DROPDOWNLIST
- VALUENAME "ProxyServerMode"
- ITEMLIST
- NAME !!ProxyServerDisabled VALUE NUMERIC 0
- NAME !!ProxyServerAutoDetect VALUE NUMERIC 1
- NAME !!ProxyServerManual VALUE NUMERIC 2
- NAME !!ProxyServerUseSystem VALUE NUMERIC 3
- END ITEMLIST
- END PART
-
- PART !!ProxyServer EDITTEXT
- VALUENAME "ProxyServer"
- END PART
-
- PART !!ProxyPacUrl EDITTEXT
- VALUENAME "ProxyPacUrl"
- END PART
-
- PART !!ProxyBypassList EDITTEXT
- VALUENAME "ProxyBypassList"
- END PART
- END POLICY
-
- POLICY !!ExtensionInstallBlacklist
- #if version >= 4
- SUPPORTED !!SUPPORTED_WINXPSP2
- #endif
- EXPLAIN !!ExtensionInstallBlacklist_Explain
- KEYNAME "Software\Policies\Google\Chrome\ExtensionInstallBlacklist"
-
- PART !!ExtensionInstallBlacklistDesc LISTBOX
- VALUEPREFIX ""
- END PART
- END POLICY
-
- POLICY !!ExtensionInstallWhitelist
- #if version >= 4
- SUPPORTED !!SUPPORTED_WINXPSP2
- #endif
- EXPLAIN !!ExtensionInstallWhitelist_Explain
- KEYNAME "Software\Policies\Google\Chrome\ExtensionInstallWhitelist"
-
- PART !!ExtensionInstallWhitelistDesc LISTBOX
- VALUEPREFIX ""
- END PART
- END POLICY
-
- POLICY !!ShowHomeButton
- #if version >= 4
- SUPPORTED !!SUPPORTED_WINXPSP2
- #endif
- EXPLAIN !!ShowHomeButton_Explain
- VALUENAME "ShowHomeButton"
- VALUEON NUMERIC 1
- VALUEOFF NUMERIC 0
- END POLICY
-
-
- END CATEGORY
- END CATEGORY
-
-[Strings]
-SUPPORTED_WINXPSP2="At least Microsoft Windows XP SP2"
-google="Google"
-googlechrome="Google Chrome"
-ApplicationLocale="Configure the application locale"
-ApplicationLocale_Explain="Configures the application locale in Google Chrome and prevents users from changing the locale.\n\n\
-If you enable this setting, Google Chrome uses the specified locale. If the configured locale is not supported, 'en-US' is used instead.\n\n\
-If this setting is disabled or not configured, Google Chrome uses either the user-specified preferred locale (if configured), the system locale or the fallback locale 'en-US'."
-ApplicationLocaleValue="Application locale:"
-HomePage="Configure default home page"
-HomePage_Explain="Configures the default home page in Google Chrome and prevents users from changing homepage preferences.\n\n\
-The homepage can either be set to a URL you specify or set to the New Tab Page.\n\n\
-If you specify the New Tab Page as the homepage, the homepage URL location is ignored.\n\n\
-If you enable this setting, users cannot change their homepage settings in Google Chrome."
-HomepageMode="Homepage type:"
-HomepageIsLocationURL="Always use homepage URL as homepage"
-HomepageIsNewTabPage="Always use New Tab Page as homepage"
-HomepageLocation="Homepage URL:"
-RestoreOnStartup="Configure the pages to be restored on startup"
-RestoreOnStartup_Explain="Configures the pages that will be automatically opened when Chrome starts.\n\n\
-RestoreOnStartup can be set to None, Last Session, or a list of URLs you specify.\n\n\
-If you specify the None or Last Session as the RestoreOnStartup, the list of URLs is ignored.\n\n\
-If you enable this setting, users cannot change their RestoreOnStartup settings in Google Chrome."
-RestoreOnStartupMode="At startup,"
-RestoreOnStartupIsNone="open the home page"
-RestoreOnStartupIsLastSession="restore the last opened pages"
-RestoreOnStartupIsURLs="open specific URLs"
-RestoreOnStartupURLs="URLs to be opened:"
-Proxy="Configure proxy server"
-Proxy_Explain="Allows you to specify the proxy server used by Google Chrome and prevents users from changing proxy settings.\n\n\
-If you choose to never use a proxy server and always connect directly, \
-all other options are ignored.\n\nIf you choose to auto detect the proxy server, all other \
-options are ignored.\n\nFor detailed examples, visit: \
-http://www.chromium.org/developers/design-documents/network-settings#TOC-Command-line-options-for-proxy-sett\n\n\
-If you enable this setting, Google Chrome ignores all proxy-related options specified from the command line."
-ProxyServer="Address or URL of proxy server:"
-ProxyServerMode="Choose how to specify proxy server settings:"
-ProxyServerDisabled="Never use a proxy"
-ProxyServerAutoDetect="Auto detect proxy settings"
-ProxyServerManual="Manually specify proxy settings"
-ProxyServerUseSystem="Use system proxy settings"
-ProxyBypassList="Comma-separated list of bypass rules:"
-ProxyPacUrl="URL to a proxy .pac file:"
-ExtensionInstallBlacklist="Configure extension installation blacklist"
-ExtensionInstallWhitelist="Configure extension installation whitelist"
-ExtensionInstallBlacklist_Explain="Allows you to specify which extensions the users can NOT install.\n\n\
-A blacklist value of * means all extensions are blacklisted and users will only be able to install extensions listed in the whitelist."
-ExtensionInstallWhitelist_Explain="Allows you to specify which extensions are not subject to the blacklist.\n\n\
-A blacklist value of * means all extensions are blacklisted and users will only be able to install extensions listed in the whitelist.\n\n\
-By default, all extensions are whitelisted, but if all extensions have been blacklisted by policy, the whitelist can be used to override that policy."
-ExtensionInstallBlacklistDesc="Specify extension ids the user should be prevented from installing (or * for all)."
-ExtensionInstallWhitelistDesc="Specify extension ids to excempt from the blacklist."
-AlternateErrorPagesEnabled="Enable alternate error pages"
-AlternateErrorPagesEnabled_Explain="Enables the use of alternate error pages that are built \
-into Google Chrome (such as 'page not found') and prevents users from changing this setting.\n\n\
-If you enable this setting, alternate error pages are used.\n\n\
-If you disable this setting, alternate error pages are never used.\n\n\
-If you enable or disable this setting, users cannot change or override this setting in Google Chrome."
-SearchSuggestEnabled="Enable search suggestions"
-SearchSuggestEnabled_Explain="Enables search suggestions in Google Chrome's Omnibox and prevents users from changing this setting.\n\n\
-If you enable this setting, search suggestions are used.\n\n\
-If you disable this setting, search suggestions are never used.\n\n\
-If you enable or disable this setting, users cannot change or override this setting in Google Chrome."
-DnsPrefetchingEnabled="Enable DNS prefetching"
-DnsPrefetchingEnabled_Explain="Enables DNS prefecthing in Google Chrome and prevents users from changing this setting.\n\n\
-If you enable or disable this setting, users cannot change or override this setting in Google Chrome."
-SafeBrowsingEnabled="Enable Safe Browsing"
-SafeBrowsingEnabled_Explain="Enables Google Chrome's Safe Browsing feature and prevents users from changing this setting.\n\n\
-If you enable this setting, Safe Browsing is always active.\n\n\
-If you disable this setting, Safe Browsing is never active.\n\n\
-If you enable or disable this setting, users cannot change or override this setting in Google Chrome."
-MetricsReportingEnabled="Enable reporting of usage and crash-related data"
-MetricsReportingEnabled_Explain="Enables anonymous reporting of usage \
-and crash-related data about Google Chrome to Google and prevents users from changing this setting.\n\n\
-If you enable this setting, anonymous reporting of usage and crash-related data is sent to Google.\n\n\
-If you disable this setting, anonymous reporting of usage and crash-related data is never sent to Google.\n\n\
-If you enable or disable this setting, users cannot change or override this setting in Google Chrome."
-PasswordManagerEnabled="Enable the password manager"
-PasswordManagerEnabled_Explain="Enables saving passwords and using saved passwords in Google Chrome.\n\n\
-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.\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."
-DisabledPluginsDesc="Specify plugins names and groups that are disabled."
-Sync="Disallow synchronization of data with Google"
-Sync_Explain="Disallows data synchronization in Google Chrome using Google-hosted synchronization services and prevents users from changing this setting.\n\n\
-If you enable this setting, users cannot change or override this setting in Google Chrome."
-ShowHomeButton="Show home button"
-ShowHomeButton_Explain="Controls whether the home button is shown on the browser toolbar.\n\n\
-If you enable this setting, the home button will always be shown.\n\n\
-If you disable this setting, the button will be hidden."
diff --git a/chrome/app/policy/windows/admx/chrome.admx b/chrome/app/policy/windows/admx/chrome.admx deleted file mode 100644 index 9e4968e..0000000 --- a/chrome/app/policy/windows/admx/chrome.admx +++ /dev/null @@ -1,209 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?>
-<policyDefinitions revision="1.0" schemaVersion="1.0">
- <policyNamespaces>
- <target prefix="fullarmor" namespace="FullArmor.2aed224a-34bd-4068-b8b3-fc3ab6c12bcd" />
- <using prefix="windows" namespace="Microsoft.Policies.Windows" />
- </policyNamespaces>
- <supersededAdm fileName="D:\chrome.adm" />
- <resources minRequiredRevision="1.0" />
- <supportedOn>
- <definitions>
- <definition name="SUPPORTED_WINXPSP2" displayName="$(string.SUPPORTED_WINXPSP2)" />
- <definition name="SUPPORTED_NotSpecified" displayName="$(string.ADMXMigrator_NoSupportedOn)" />
- </definitions>
- </supportedOn>
- <categories>
- <category name="google" displayName="$(string.google)" />
- <category name="googlechrome" displayName="$(string.googlechrome)">
- <parentCategory ref="google" />
- </category>
- </categories>
- <policies>
- <policy name="HomePage" class="Machine" displayName="$(string.HomePage)" explainText="$(string.HomePage_Explain)" presentation="$(presentation.HomePage)" key="Software\Policies\Google\Chrome" valueName="Homepage">
- <parentCategory ref="googlechrome" />
- <supportedOn ref="SUPPORTED_WINXPSP2" />
- <elements>
- <enum id="HomepageMode" valueName="HomepageIsNewTabPage">
- <item displayName="$(string.HomepageIsLocationURL)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.HomepageIsNewTabPage)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- <text id="HomepageLocation" valueName="HomepageLocation" />
- </elements>
- </policy>
- <policy name="RestoreOnStartup" class="Machine" displayName="$(string.RestoreOnStartup)" explainText="$(string.RestoreOnStartup_Explain)" presentation="$(presentation.RestoreOnStartup)" key="Software\Policies\Google\Chrome\RestoreOnStartupURLs">
- <parentCategory ref="googlechrome" />
- <supportedOn ref="SUPPORTED_WINXPSP2" />
- <elements>
- <enum id="RestoreOnStartupMode" valueName="RestoreOnStartup">
- <item displayName="$(string.RestoreOnStartupIsNone)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.RestoreOnStartupIsLastSession)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item displayName="$(string.RestoreOnStartupIsURLs)">
- <value>
- <decimal value="4" />
- </value>
- </item>
- </enum>
- <list id="RestoreOnStartupURLs" valuePrefix="" />
- </elements>
- </policy>
- <policy name="ApplicationLocale" class="Machine" displayName="$(string.ApplicationLocale)" explainText="$(string.ApplicationLocale_Explain)" presentation="$(presentation.ApplicationLocale)" key="Software\Policies\Google\Chrome" valueName="ApplicationLocale">
- <parentCategory ref="googlechrome" />
- <supportedOn ref="SUPPORTED_WINXPSP2" />
- <elements>
- <text id="ApplicationLocaleValue" valueName="ApplicationLocaleValue" />
- </elements>
- </policy>
- <policy name="AlternateErrorPagesEnabled" class="Machine" displayName="$(string.AlternateErrorPagesEnabled)" explainText="$(string.AlternateErrorPagesEnabled_Explain)" presentation="$(presentation.AlternateErrorPagesEnabled)" key="Software\Policies\Google\Chrome" valueName="AlternateErrorPagesEnabled">
- <parentCategory ref="googlechrome" />
- <supportedOn ref="SUPPORTED_WINXPSP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="SearchSuggestEnabled" class="Machine" displayName="$(string.SearchSuggestEnabled)" explainText="$(string.SearchSuggestEnabled_Explain)" presentation="$(presentation.SearchSuggestEnabled)" key="Software\Policies\Google\Chrome" valueName="SearchSuggestEnabled">
- <parentCategory ref="googlechrome" />
- <supportedOn ref="SUPPORTED_WINXPSP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="DnsPrefetchingEnabled" class="Machine" displayName="$(string.DnsPrefetchingEnabled)" explainText="$(string.DnsPrefetchingEnabled_Explain)" presentation="$(presentation.DnsPrefetchingEnabled)" key="Software\Policies\Google\Chrome" valueName="DnsPrefetchingEnabled">
- <parentCategory ref="googlechrome" />
- <supportedOn ref="SUPPORTED_WINXPSP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="SafeBrowsingEnabled" class="Machine" displayName="$(string.SafeBrowsingEnabled)" explainText="$(string.SafeBrowsingEnabled_Explain)" presentation="$(presentation.SafeBrowsingEnabled)" key="Software\Policies\Google\Chrome" valueName="SafeBrowsingEnabled">
- <parentCategory ref="googlechrome" />
- <supportedOn ref="SUPPORTED_WINXPSP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="MetricsReportingEnabled" class="Machine" displayName="$(string.MetricsReportingEnabled)" explainText="$(string.MetricsReportingEnabled_Explain)" presentation="$(presentation.MetricsReportingEnabled)" key="Software\Policies\Google\Chrome" valueName="MetricsReportingEnabled">
- <parentCategory ref="googlechrome" />
- <supportedOn ref="SUPPORTED_WINXPSP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="PasswordManagerEnabled" class="Machine" displayName="$(string.PasswordManagerEnabled)" explainText="$(string.PasswordManagerEnabled_Explain)" presentation="$(presentation.PasswordManagerEnabled)" key="Software\Policies\Google\Chrome" valueName="PasswordManagerEnabled">
- <parentCategory ref="googlechrome" />
- <supportedOn ref="SUPPORTED_WINXPSP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="AutoFillEnabled" class="Machine" displayName="$(string.AutoFillEnabled)" explainText="$(string.AutoFillEnabled_Explain)" presentation="$(presentation.AutoFillEnabled)" key="Software\Policies\Google\Chrome" valueName="AutoFillEnabled">
- <parentCategory ref="googlechrome" />
- <supportedOn ref="SUPPORTED_WINXPSP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="DisabledPlugins" class="Machine" displayName="$(string.DisabledPlugins)" explainText="$(string.DisabledPlugins_Explain)" presentation="$(presentation.DisabledPlugins)" key="Software\Policies\Google\Chrome\DisabledPlugins">
- <parentCategory ref="googlechrome" />
- <supportedOn ref="SUPPORTED_WINXPSP2" />
- <elements>
- <list id="DisabledPluginsDesc" valuePrefix="" />
- </elements>
- </policy>
- <policy name="Sync" class="Machine" displayName="$(string.Sync)" explainText="$(string.Sync_Explain)" presentation="$(presentation.Sync)" key="Software\Policies\Google\Chrome" valueName="SyncDisabled">
- <parentCategory ref="googlechrome" />
- <supportedOn ref="SUPPORTED_WINXPSP2" />
- </policy>
- <policy name="Proxy" class="Machine" displayName="$(string.Proxy)" explainText="$(string.Proxy_Explain)" presentation="$(presentation.Proxy)" key="Software\Policies\Google\Chrome" valueName="Proxy">
- <parentCategory ref="googlechrome" />
- <supportedOn ref="SUPPORTED_WINXPSP2" />
- <elements>
- <enum id="ProxyServerMode" valueName="ProxyServerMode">
- <item displayName="$(string.ProxyServerDisabled)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.ProxyServerAutoDetect)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item displayName="$(string.ProxyServerManual)">
- <value>
- <decimal value="2" />
- </value>
- </item>
- <item displayName="$(string.ProxyServerUseSystem)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- <text id="ProxyServer" valueName="ProxyServer" />
- <text id="ProxyPacUrl" valueName="ProxyPacUrl" />
- <text id="ProxyBypassList" valueName="ProxyBypassList" />
- </elements>
- </policy>
- <policy name="ExtensionInstallBlacklist" class="Machine" displayName="$(string.ExtensionInstallBlacklist)" explainText="$(string.ExtensionInstallBlacklist_Explain)" presentation="$(presentation.ExtensionInstallBlacklist)" key="Software\Policies\Google\Chrome\ExtensionInstallBlacklist">
- <parentCategory ref="googlechrome" />
- <supportedOn ref="SUPPORTED_WINXPSP2" />
- <elements>
- <list id="ExtensionInstallBlacklistDesc" valuePrefix="" />
- </elements>
- </policy>
- <policy name="ExtensionInstallWhitelist" class="Machine" displayName="$(string.ExtensionInstallWhitelist)" explainText="$(string.ExtensionInstallWhitelist_Explain)" presentation="$(presentation.ExtensionInstallWhitelist)" key="Software\Policies\Google\Chrome\ExtensionInstallWhitelist">
- <parentCategory ref="googlechrome" />
- <supportedOn ref="SUPPORTED_WINXPSP2" />
- <elements>
- <list id="ExtensionInstallWhitelistDesc" valuePrefix="" />
- </elements>
- </policy>
- <policy name="ShowHomeButton" class="Machine" displayName="$(string.ShowHomeButton)" explainText="$(string.ShowHomeButton_Explain)" presentation="$(presentation.ShowHomeButton)" key="Software\Policies\Google\Chrome" valueName="ShowHomeButton">
- <parentCategory ref="googlechrome" />
- <supportedOn ref="SUPPORTED_WINXPSP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- </policies>
-</policyDefinitions>
\ No newline at end of file diff --git a/chrome/app/policy/windows/admx/en-US/chrome.adml b/chrome/app/policy/windows/admx/en-US/chrome.adml deleted file mode 100644 index 1efa506..0000000 --- a/chrome/app/policy/windows/admx/en-US/chrome.adml +++ /dev/null @@ -1,188 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?>
-<policyDefinitionResources revision="1.0" schemaVersion="1.0">
- <displayName></displayName>
- <description></description>
- <resources>
- <stringTable>
- <string id="SUPPORTED_WINXPSP2">At least Microsoft Windows XP SP2</string>
- <string id="google">Google</string>
- <string id="googlechrome">Google Chrome</string>
- <string id="ApplicationLocale">Configure the application locale</string>
- <string id="ApplicationLocale_Explain">Configures the application locale in Google Chrome and prevents users from changing the locale.
-
-If you enable this setting, Google Chrome uses the specified locale. If the configured locale is not supported, 'en-US' is used instead.
-
-If this setting is disabled or not configured, Google Chrome uses either the user-specified preferred locale (if configured), the system locale or the fallback locale 'en-US'.</string>
- <string id="ApplicationLocaleValue">Application locale:</string>
- <string id="HomePage">Configure default home page</string>
- <string id="HomePage_Explain">Configures the default home page in Google Chrome and prevents users from changing homepage preferences.
-
-The homepage can either be set to a URL you specify or set to the New Tab Page.
-
-If you specify the New Tab Page as the homepage, the homepage URL location is ignored.
-
-If you enable this setting, users cannot change their homepage settings in Google Chrome.</string>
- <string id="HomepageMode">Homepage type:</string>
- <string id="HomepageIsLocationURL">Always use homepage URL as homepage</string>
- <string id="HomepageIsNewTabPage">Always use New Tab Page as homepage</string>
- <string id="HomepageLocation">Homepage URL:</string>
- <string id="RestoreOnStartup">Configure the pages to be restored on startup</string>
- <string id="RestoreOnStartup_Explain">Configures the pages that will be automatically opened when Chrome starts.
-
-RestoreOnStartup can be set to None, Last Session, or a list of URLs you specify.
-
-If you specify the None or Last Session as the RestoreOnStartup, the list of URLs is ignored.
-
-If you enable this setting, users cannot change their RestoreOnStartup settings in Google Chrome.</string>
- <string id="RestoreOnStartupMode">At startup,</string>
- <string id="RestoreOnStartupIsNone">open the home page</string>
- <string id="RestoreOnStartupIsLastSession">restore the last opened pages</string>
- <string id="RestoreOnStartupIsURLs">open specific URLs</string>
- <string id="RestoreOnStartupURLs">URLs to be opened:</string>
- <string id="Proxy">Configure proxy server</string>
- <string id="Proxy_Explain">Allows you to specify the proxy server used by Google Chrome and prevents users from changing proxy settings.
-
-If you choose to never use a proxy server and always connect directly, all other options are ignored.
-
-If you choose to auto detect the proxy server, all other options are ignored.
-
-For detailed examples, visit: http://www.chromium.org/developers/design-documents/network-settings#TOC-Command-line-options-for-proxy-sett
-
-If you enable this setting, Google Chrome ignores all proxy-related options specified from the command line.</string>
- <string id="ProxyServer">Address or URL of proxy server:</string>
- <string id="ProxyServerMode">Choose how to specify proxy server settings:</string>
- <string id="ProxyServerDisabled">Never use a proxy</string>
- <string id="ProxyServerAutoDetect">Auto detect proxy settings</string>
- <string id="ProxyServerManual">Manually specify proxy settings</string>
- <string id="ProxyServerUseSystem">Use system proxy settings</string>
- <string id="ProxyBypassList">Comma-separated list of bypass rules:</string>
- <string id="ProxyPacUrl">URL to a proxy .pac file:</string>
- <string id="ExtensionInstallBlacklist">Configure extension installation blacklist</string>
- <string id="ExtensionInstallWhitelist">Configure extension installation whitelist</string>
- <string id="ExtensionInstallBlacklist_Explain">Allows you to specify which extensions the users can NOT install.
-
-A blacklist value of * means all extensions are blacklisted and users will only be able to install extensions listed in the whitelist.</string>
- <string id="ExtensionInstallWhitelist_Explain">Allows you to specify which extensions are not subject to the blacklist.
-
-A blacklist value of * means all extensions are blacklisted and users will only be able to install extensions listed in the whitelist.
-
-By default, all extensions are whitelisted, but if all extensions have been blacklisted by policy, the whitelist can be used to override that policy.</string>
- <string id="ExtensionInstallBlacklistDesc">Specify extension ids the user should be prevented from installing (or * for all).</string>
- <string id="ExtensionInstallWhitelistDesc">Specify extension ids to excempt from the blacklist.</string>
- <string id="AlternateErrorPagesEnabled">Enable alternate error pages</string>
- <string id="AlternateErrorPagesEnabled_Explain">Enables the use of alternate error pages that are built into Google Chrome (such as 'page not found') and prevents users from changing this setting.
-
-If you enable this setting, alternate error pages are used.
-
-If you disable this setting, alternate error pages are never used.
-
-If you enable or disable this setting, users cannot change or override this setting in Google Chrome.</string>
- <string id="SearchSuggestEnabled">Enable search suggestions</string>
- <string id="SearchSuggestEnabled_Explain">Enables search suggestions in Google Chrome's Omnibox and prevents users from changing this setting.
-
-If you enable this setting, search suggestions are used.
-
-If you disable this setting, search suggestions are never used.
-
-If you enable or disable this setting, users cannot change or override this setting in Google Chrome.</string>
- <string id="DnsPrefetchingEnabled">Enable DNS prefetching</string>
- <string id="DnsPrefetchingEnabled_Explain">Enables DNS prefecthing in Google Chrome and prevents users from changing this setting.
-
-If you enable or disable this setting, users cannot change or override this setting in Google Chrome.</string>
- <string id="SafeBrowsingEnabled">Enable Safe Browsing</string>
- <string id="SafeBrowsingEnabled_Explain">Enables Google Chrome's Safe Browsing feature and prevents users from changing this setting.
-
-If you enable this setting, Safe Browsing is always active.
-
-If you disable this setting, Safe Browsing is never active.
-
-If you enable or disable this setting, users cannot change or override this setting in Google Chrome.</string>
- <string id="MetricsReportingEnabled">Enable reporting of usage and crash-related data</string>
- <string id="MetricsReportingEnabled_Explain">Enables anonymous reporting of usage and crash-related data about Google Chrome to Google and prevents users from changing this setting.
-
-If you enable this setting, anonymous reporting of usage and crash-related data is sent to Google.
-
-If you disable this setting, anonymous reporting of usage and crash-related data is never sent to Google.
-
-If you enable or disable this setting, users cannot change or override this setting in Google Chrome.</string>
- <string id="PasswordManagerEnabled">Enable the password manager</string>
- <string id="PasswordManagerEnabled_Explain">Enables saving passwords and using saved passwords in Google Chrome.
-
-If you enable this setting, users can have Google Chrome memorize passwords and provide them automatically the next time you log into a site.
-
-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.
-
-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.</string>
- <string id="DisabledPluginsDesc">Specify plugins names and groups that are disabled.</string>
- <string id="Sync">Disallow synchronization of data with Google</string>
- <string id="Sync_Explain">Disallows data synchronization in Google Chrome using Google-hosted synchronization services and prevents users from changing this setting.
-
-If you enable this setting, users cannot change or override this setting in Google Chrome.</string>
- <string id="ShowHomeButton">Show home button</string>
- <string id="ShowHomeButton_Explain">Controls whether the home button is shown on the browser toolbar.
-
-If you enable this setting, the home button will always be shown.
-
-If you disable this setting, the button will be hidden.</string>
- <string id="ADMXMigrator_UnresolvedString">ADMX Migrator encountered a string that is not present in the source ADM string table.</string>
- <string id="ADMXMigrator_NoSupportedOn">ADMX Migrator encountered a policy that does not have a supportedOn value.</string>
- </stringTable>
- <presentationTable>
- <presentation id="HomePage">
- <dropdownList refId="HomepageMode">Homepage type:</dropdownList>
- <textBox refId="HomepageLocation">
- <label>Homepage URL:</label>
- </textBox>
- </presentation>
- <presentation id="RestoreOnStartup">
- <dropdownList refId="RestoreOnStartupMode">At startup,</dropdownList>
- <listBox refId="RestoreOnStartupURLs">URLs to be opened:</listBox>
- </presentation>
- <presentation id="ApplicationLocale">
- <textBox refId="ApplicationLocaleValue">
- <label>Application locale:</label>
- </textBox>
- </presentation>
- <presentation id="AlternateErrorPagesEnabled" />
- <presentation id="SearchSuggestEnabled" />
- <presentation id="DnsPrefetchingEnabled" />
- <presentation id="SafeBrowsingEnabled" />
- <presentation id="MetricsReportingEnabled" />
- <presentation id="PasswordManagerEnabled" />
- <presentation id="AutoFillEnabled" />
- <presentation id="DisabledPlugins">
- <listBox refId="DisabledPluginsDesc">Specify plugins names and groups that are disabled.</listBox>
- </presentation>
- <presentation id="Sync" />
- <presentation id="Proxy">
- <dropdownList refId="ProxyServerMode">Choose how to specify proxy server settings:</dropdownList>
- <textBox refId="ProxyServer">
- <label>Address or URL of proxy server:</label>
- </textBox>
- <textBox refId="ProxyPacUrl">
- <label>URL to a proxy .pac file:</label>
- </textBox>
- <textBox refId="ProxyBypassList">
- <label>Comma-separated list of bypass rules:</label>
- </textBox>
- </presentation>
- <presentation id="ExtensionInstallBlacklist">
- <listBox refId="ExtensionInstallBlacklistDesc">Specify extension ids the user should be prevented from installing (or * for all).</listBox>
- </presentation>
- <presentation id="ExtensionInstallWhitelist">
- <listBox refId="ExtensionInstallWhitelistDesc">Specify extension ids to excempt from the blacklist.</listBox>
- </presentation>
- <presentation id="ShowHomeButton" />
- </presentationTable>
- </resources>
-</policyDefinitionResources>
\ No newline at end of file |