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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/policy/windows/adm/en-US/chrome.adm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/policy/windows/admx/chrome.admx
===================================================================
--- chrome/app/policy/windows/admx/chrome.admx (revision 56844)
+++ chrome/app/policy/windows/admx/chrome.admx (working copy)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<policyDefinitions revision="1.0" schemaVersion="1.0">
<policyNamespaces>
- <target prefix="fullarmor" namespace="FullArmor.f92fd19a-29d5-48fc-a383-f102e04485f4" />
+ <target prefix="fullarmor" namespace="FullArmor.1048238f-d493-4a5d-a728-16df06ed4ac5" />
<using prefix="windows" namespace="Microsoft.Policies.Windows" />
</policyNamespaces>
<supersededAdm fileName="D:\src\chromium\src\chrome\app\policy\windows\adm\en-US\chrome.adm" />
@@ -157,14 +157,14 @@
<parentCategory ref="googlechrome" />
<supportedOn ref="SUPPORTED_WINXPSP2" />
<elements>
- <list id="ExtensionInstallBlacklistDesc" valuePrefix=" " />
+ <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=" " />
+ <list id="ExtensionInstallWhitelistDesc" valuePrefix="" />
</elements>
</policy>
</policies>
« 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