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

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

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/chrome_dll_main.cc ('k') | 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
diff --git a/chrome/app/policy/windows/adm/en-US/chrome.adm b/chrome/app/policy/windows/adm/en-US/chrome.adm
old mode 100644
new mode 100755
index 382c70d49c9efef6245befe1f2c8d14a4a7c194f..38105f328e659f7c8a879f87b4fa11ffe2880b9b
--- a/chrome/app/policy/windows/adm/en-US/chrome.adm
+++ b/chrome/app/policy/windows/adm/en-US/chrome.adm
@@ -33,6 +33,18 @@ CLASS MACHINE
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
@@ -153,6 +165,12 @@ CLASS MACHINE
SUPPORTED_WINXPSP2="At least Microsoft Windows XP SP2"
google="Google"
googlechrome="Google Chrome"
+ApplicationLocale="Configures the Application Locale"
+ApplicationLocale_Explain="Configures the locale to be used by Chrome. If the ApplicationLocale policy is configured, \
+Chrome will use the configured locale. If the configured locale is not supported \
+Chrome will fall back to en-US. If the policy is not configured, Chrome will either use the preference 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 and prevents users from changing homepage settings.\n\n\
The homepage can either be set to a URL you specify or set to the New Tab Page.\n\n\
« no previous file with comments | « chrome/app/chrome_dll_main.cc ('k') | chrome/app/policy/windows/admx/chrome.admx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698