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

Side by Side Diff: chrome/app/policy/windows/admx/chrome.admx

Issue 2809058: Add application locale policy. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: " Created 10 years, 5 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 <policyDefinitions revision="1.0" schemaVersion="1.0"> 2 <policyDefinitions revision="1.0" schemaVersion="1.0">
3 <policyNamespaces> 3 <policyNamespaces>
4 <target prefix="fullarmor" namespace="FullArmor.3cca6b27-3c82-4689-8f0b-4ab0 8f8341da" /> 4 <target prefix="fullarmor" namespace="FullArmor.1a993c1c-0aa8-4a4b-973b-5422 fac5d26a" />
5 <using prefix="windows" namespace="Microsoft.Policies.Windows" /> 5 <using prefix="windows" namespace="Microsoft.Policies.Windows" />
6 </policyNamespaces> 6 </policyNamespaces>
7 <supersededAdm fileName="C:\Development\src\chrome\app\policy\windows\adm\en-U S\chrome.adm" /> 7 <supersededAdm fileName="D:\src\chromium\src\chrome\app\policy\windows\adm\en- US\chrome.adm" />
8 <resources minRequiredRevision="1.0" /> 8 <resources minRequiredRevision="1.0" />
9 <supportedOn> 9 <supportedOn>
10 <definitions> 10 <definitions>
11 <definition name="SUPPORTED_WINXPSP2" displayName="$(string.SUPPORTED_WINX PSP2)" /> 11 <definition name="SUPPORTED_WINXPSP2" displayName="$(string.SUPPORTED_WINX PSP2)" />
12 <definition name="SUPPORTED_NotSpecified" displayName="$(string.ADMXMigrat or_NoSupportedOn)" /> 12 <definition name="SUPPORTED_NotSpecified" displayName="$(string.ADMXMigrat or_NoSupportedOn)" />
13 </definitions> 13 </definitions>
14 </supportedOn> 14 </supportedOn>
15 <categories> 15 <categories>
16 <category name="google" displayName="$(string.google)" /> 16 <category name="google" displayName="$(string.google)" />
17 <category name="googlechrome" displayName="$(string.googlechrome)"> 17 <category name="googlechrome" displayName="$(string.googlechrome)">
(...skipping 13 matching lines...) Expand all
31 </item> 31 </item>
32 <item displayName="$(string.HomepageIsNewTabPage)"> 32 <item displayName="$(string.HomepageIsNewTabPage)">
33 <value> 33 <value>
34 <decimal value="1" /> 34 <decimal value="1" />
35 </value> 35 </value>
36 </item> 36 </item>
37 </enum> 37 </enum>
38 <text id="HomepageLocation" valueName="HomepageLocation" /> 38 <text id="HomepageLocation" valueName="HomepageLocation" />
39 </elements> 39 </elements>
40 </policy> 40 </policy>
41 <policy name="ApplicationLocale" class="Machine" displayName="$(string.Appli cationLocale)" explainText="$(string.ApplicationLocale_Explain)" presentation="$ (presentation.ApplicationLocale)" key="Software\Policies\Google\Chrome" valueNam e="ApplicationLocale">
42 <parentCategory ref="googlechrome" />
43 <supportedOn ref="SUPPORTED_WINXPSP2" />
44 <elements>
45 <text id="ApplicationLocaleValue" valueName="ApplicationLocaleValue" />
46 </elements>
47 </policy>
41 <policy name="AlternateErrorPagesEnabled" class="Machine" displayName="$(str ing.AlternateErrorPagesEnabled)" explainText="$(string.AlternateErrorPagesEnable d_Explain)" presentation="$(presentation.AlternateErrorPagesEnabled)" key="Softw are\Policies\Google\Chrome" valueName="AlternateErrorPagesEnabled"> 48 <policy name="AlternateErrorPagesEnabled" class="Machine" displayName="$(str ing.AlternateErrorPagesEnabled)" explainText="$(string.AlternateErrorPagesEnable d_Explain)" presentation="$(presentation.AlternateErrorPagesEnabled)" key="Softw are\Policies\Google\Chrome" valueName="AlternateErrorPagesEnabled">
42 <parentCategory ref="googlechrome" /> 49 <parentCategory ref="googlechrome" />
43 <supportedOn ref="SUPPORTED_WINXPSP2" /> 50 <supportedOn ref="SUPPORTED_WINXPSP2" />
44 <enabledValue> 51 <enabledValue>
45 <decimal value="1" /> 52 <decimal value="1" />
46 </enabledValue> 53 </enabledValue>
47 <disabledValue> 54 <disabledValue>
48 <decimal value="0" /> 55 <decimal value="0" />
49 </disabledValue> 56 </disabledValue>
50 </policy> 57 </policy>
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 <decimal value="3" /> 147 <decimal value="3" />
141 </value> 148 </value>
142 </item> 149 </item>
143 </enum> 150 </enum>
144 <text id="ProxyServer" valueName="ProxyServer" /> 151 <text id="ProxyServer" valueName="ProxyServer" />
145 <text id="ProxyPacUrl" valueName="ProxyPacUrl" /> 152 <text id="ProxyPacUrl" valueName="ProxyPacUrl" />
146 <text id="ProxyBypassList" valueName="ProxyBypassList" /> 153 <text id="ProxyBypassList" valueName="ProxyBypassList" />
147 </elements> 154 </elements>
148 </policy> 155 </policy>
149 </policies> 156 </policies>
150 </policyDefinitions> 157 </policyDefinitions>
OLDNEW
« no previous file with comments | « chrome/app/policy/windows/adm/en-US/chrome.adm ('k') | chrome/app/policy/windows/admx/en-US/chrome.adml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698