summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options/personal_options.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/options/personal_options.html')
-rw-r--r--chrome/browser/resources/options/personal_options.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/chrome/browser/resources/options/personal_options.html b/chrome/browser/resources/options/personal_options.html
index 53e850e..39fb745 100644
--- a/chrome/browser/resources/options/personal_options.html
+++ b/chrome/browser/resources/options/personal_options.html
@@ -1,6 +1,22 @@
<div class="page hidden" id="personalPage">
<h1 i18n-content="personalPage"></h1>
+<if expr="pp_ifdef('chromeos')">
+ <section>
+ <h3 i18n-content="account"></h3>
+ <div>
+ <table class="option-control-table">
+ <tr><td>
+ <img id='account-picture' src='chrome://theme/IDR_LOGIN_DEFAULT_USER'>
+ </td><td>
+ <label><input id="enable-screen-lock"
+ pref="settings.enable_screen_lock" type="checkbox"><span
+ i18n-content="enable_screenlock"></span></label>
+ </td></tr>
+ </table>
+ </div>
+ </section>
+</if>
<section>
<h3 i18n-content="sync_section"></h3>
<div>