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

Unified Diff: chrome/app/policy/windows/adm/en-US/chrome.adm

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 | « no previous file | chrome/app/policy/windows/admx/chrome.admx » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/policy/windows/adm/en-US/chrome.adm
===================================================================
--- chrome/app/policy/windows/adm/en-US/chrome.adm (revision 56844)
+++ chrome/app/policy/windows/adm/en-US/chrome.adm (working copy)
@@ -167,7 +167,7 @@
KEYNAME "Software\Policies\Google\Chrome\ExtensionInstallBlacklist"
PART !!ExtensionInstallBlacklistDesc LISTBOX
- VALUEPREFIX " "
+ VALUEPREFIX ""
END PART
END POLICY
@@ -179,7 +179,7 @@
KEYNAME "Software\Policies\Google\Chrome\ExtensionInstallWhitelist"
PART !!ExtensionInstallWhitelistDesc LISTBOX
- VALUEPREFIX " "
+ VALUEPREFIX ""
END PART
END POLICY
« no previous file with comments | « no previous file | chrome/app/policy/windows/admx/chrome.admx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698