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

Unified Diff: chrome/browser/resources/settings/people_page/lock_screen.html

Issue 2889723004: [merge to m59]md settings: Remove level of security indicator on lock screen. (Closed)
Patch Set: Created 3 years, 7 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/settings_strings.grdp ('k') | chrome/browser/ui/webui/options/browser_options_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/people_page/lock_screen.html
diff --git a/chrome/browser/resources/settings/people_page/lock_screen.html b/chrome/browser/resources/settings/people_page/lock_screen.html
index 99f8421adc6615f45478804be242265a5a6c86a7..db34d13e12b924e3bef7ccea4b8d95205718ce0a 100644
--- a/chrome/browser/resources/settings/people_page/lock_screen.html
+++ b/chrome/browser/resources/settings/people_page/lock_screen.html
@@ -46,17 +46,11 @@
<paper-radio-button name="password">
<div class="start">
$i18n{lockScreenPasswordOnly}
- <div class="secondary">
- $i18n{lockScreenHighSecurity}
- </div>
</div>
</paper-radio-button>
<paper-radio-button name="pin+password">
<div class="start">
$i18n{lockScreenPinOrPassword}
- <div class="secondary">
- $i18n{lockScreenMediumSecurity}
- </div>
</div>
<template is="dom-if"
if="[[showConfigurePinButton_(selectedUnlockType)]]">
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/ui/webui/options/browser_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698