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

Unified Diff: chrome/browser/resources/settings/system_page/system_page.html

Issue 2971163002: Add local protection setting to chrome://settings/system
Patch Set: linux-only Created 3 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 | « no previous file | chrome/browser/resources/settings/system_page/system_page.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/system_page/system_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698