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

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

Issue 3125030: Removing space from the VALUEPREFIX in the ADM/ADMX template.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « chrome/app/policy/windows/adm/en-US/chrome.adm ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.f92fd19a-29d5-48fc-a383-f102 e04485f4" /> 4 <target prefix="fullarmor" namespace="FullArmor.1048238f-d493-4a5d-a728-16df 06ed4ac5" />
5 <using prefix="windows" namespace="Microsoft.Policies.Windows" /> 5 <using prefix="windows" namespace="Microsoft.Policies.Windows" />
6 </policyNamespaces> 6 </policyNamespaces>
7 <supersededAdm fileName="D:\src\chromium\src\chrome\app\policy\windows\adm\en- US\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>
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 </enum> 150 </enum>
151 <text id="ProxyServer" valueName="ProxyServer" /> 151 <text id="ProxyServer" valueName="ProxyServer" />
152 <text id="ProxyPacUrl" valueName="ProxyPacUrl" /> 152 <text id="ProxyPacUrl" valueName="ProxyPacUrl" />
153 <text id="ProxyBypassList" valueName="ProxyBypassList" /> 153 <text id="ProxyBypassList" valueName="ProxyBypassList" />
154 </elements> 154 </elements>
155 </policy> 155 </policy>
156 <policy name="ExtensionInstallBlacklist" class="Machine" displayName="$(stri ng.ExtensionInstallBlacklist)" explainText="$(string.ExtensionInstallBlacklist_E xplain)" presentation="$(presentation.ExtensionInstallBlacklist)" key="Software\ Policies\Google\Chrome\ExtensionInstallBlacklist"> 156 <policy name="ExtensionInstallBlacklist" class="Machine" displayName="$(stri ng.ExtensionInstallBlacklist)" explainText="$(string.ExtensionInstallBlacklist_E xplain)" presentation="$(presentation.ExtensionInstallBlacklist)" key="Software\ Policies\Google\Chrome\ExtensionInstallBlacklist">
157 <parentCategory ref="googlechrome" /> 157 <parentCategory ref="googlechrome" />
158 <supportedOn ref="SUPPORTED_WINXPSP2" /> 158 <supportedOn ref="SUPPORTED_WINXPSP2" />
159 <elements> 159 <elements>
160 <list id="ExtensionInstallBlacklistDesc" valuePrefix=" " /> 160 <list id="ExtensionInstallBlacklistDesc" valuePrefix="" />
161 </elements> 161 </elements>
162 </policy> 162 </policy>
163 <policy name="ExtensionInstallWhitelist" class="Machine" displayName="$(stri ng.ExtensionInstallWhitelist)" explainText="$(string.ExtensionInstallWhitelist_E xplain)" presentation="$(presentation.ExtensionInstallWhitelist)" key="Software\ Policies\Google\Chrome\ExtensionInstallWhitelist"> 163 <policy name="ExtensionInstallWhitelist" class="Machine" displayName="$(stri ng.ExtensionInstallWhitelist)" explainText="$(string.ExtensionInstallWhitelist_E xplain)" presentation="$(presentation.ExtensionInstallWhitelist)" key="Software\ Policies\Google\Chrome\ExtensionInstallWhitelist">
164 <parentCategory ref="googlechrome" /> 164 <parentCategory ref="googlechrome" />
165 <supportedOn ref="SUPPORTED_WINXPSP2" /> 165 <supportedOn ref="SUPPORTED_WINXPSP2" />
166 <elements> 166 <elements>
167 <list id="ExtensionInstallWhitelistDesc" valuePrefix=" " /> 167 <list id="ExtensionInstallWhitelistDesc" valuePrefix="" />
168 </elements> 168 </elements>
169 </policy> 169 </policy>
170 </policies> 170 </policies>
171 </policyDefinitions> 171 </policyDefinitions>
OLDNEW
« no previous file with comments | « chrome/app/policy/windows/adm/en-US/chrome.adm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698