| Index: chrome/browser/resources/settings/system_page/system_page.html
|
| diff --git a/chrome/browser/resources/settings/system_page/system_page.html b/chrome/browser/resources/settings/system_page/system_page.html
|
| index 9024b88087b213bcb2da937f42af141a20c8899b..39229e6b2028972cd49f4f2c76702b64caa42fcd 100644
|
| --- a/chrome/browser/resources/settings/system_page/system_page.html
|
| +++ b/chrome/browser/resources/settings/system_page/system_page.html
|
| @@ -33,6 +33,14 @@
|
| </template>
|
| </settings-toggle-button>
|
| </div>
|
| + <div class="settings-box" hidden="[[hideProtection_]]">
|
| + <settings-toggle-button class="start" id="protectionControl"
|
| + pref="[[protectionPref_]]"
|
| + label="Disable local encryption TODO(i18n)"
|
| + on-settings-boolean-control-change="onProtectionChange_"
|
| + no-set-pref>
|
| + </settings-toggle-button>
|
| + </div>
|
| <div id="proxy" class="settings-box" on-tap="onProxyTap_"
|
| actionable$="[[!isProxyEnforcedByPolicy_]]">
|
| <div class="start">$i18n{proxySettingsLabel}</div>
|
|
|