| Index: chrome/app/policy/windows/admx/chrome.admx
|
| diff --git a/chrome/app/policy/windows/admx/chrome.admx b/chrome/app/policy/windows/admx/chrome.admx
|
| index 5d908c18f5701354121844807c3705d451d88026..4e8b8259c742743122dcd8fa515ec346b19ac3f0 100644
|
| --- a/chrome/app/policy/windows/admx/chrome.admx
|
| +++ b/chrome/app/policy/windows/admx/chrome.admx
|
| @@ -1,7 +1,7 @@
|
| <?xml version="1.0" encoding="utf-8"?>
|
| <policyDefinitions revision="1.0" schemaVersion="1.0">
|
| <policyNamespaces>
|
| - <target prefix="fullarmor" namespace="FullArmor.0ed4732f-0cd4-46eb-884e-fd5e736e5a97" />
|
| + <target prefix="fullarmor" namespace="FullArmor.9a299da5-c137-4961-be67-d0354b8b3037" />
|
| <using prefix="windows" namespace="Microsoft.Policies.Windows" />
|
| </policyNamespaces>
|
| <supersededAdm fileName="D:\src\chromium\src\chrome\app\policy\windows\adm\en-US\chrome.adm" />
|
| @@ -105,6 +105,16 @@
|
| <decimal value="0" />
|
| </disabledValue>
|
| </policy>
|
| + <policy name="AutoFillEnabled" class="Machine" displayName="$(string.AutoFillEnabled)" explainText="$(string.AutoFillEnabled_Explain)" presentation="$(presentation.AutoFillEnabled)" key="Software\Policies\Google\Chrome" valueName="AutoFillEnabled">
|
| + <parentCategory ref="googlechrome" />
|
| + <supportedOn ref="SUPPORTED_WINXPSP2" />
|
| + <enabledValue>
|
| + <decimal value="1" />
|
| + </enabledValue>
|
| + <disabledValue>
|
| + <decimal value="0" />
|
| + </disabledValue>
|
| + </policy>
|
| <policy name="DisabledPlugins" class="Machine" displayName="$(string.DisabledPlugins)" explainText="$(string.DisabledPlugins_Explain)" presentation="$(presentation.DisabledPlugins)" key="Software\Policies\Google\Chrome" valueName="DisabledPlugins">
|
| <parentCategory ref="googlechrome" />
|
| <supportedOn ref="SUPPORTED_WINXPSP2" />
|
|
|