OLD | NEW |
---|---|
1 <if expr="not chromeos"> | 1 <if expr="not chromeos"> |
2 <section id="sync-section"> | 2 <section id="sync-section"> |
3 <h3 i18n-content="sectionTitleSync"></h3> | 3 <h3 i18n-content="sectionTitleSync"></h3> |
4 </if> | 4 </if> |
5 <if expr="chromeos"> | 5 <if expr="chromeos"> |
6 <div id="sync-section"> | 6 <div id="sync-section"> |
7 </if> | 7 </if> |
8 | 8 |
9 <div id="sync-overview" class="settings-row" hidden> | 9 <div id="sync-overview" class="settings-row" hidden> |
10 <p i18n-content="syncOverview"></p> | 10 <p i18n-content="syncOverview"></p> |
(...skipping 16 matching lines...) Expand all Loading... | |
27 | 27 |
28 <div id="sync-status" class="settings-row" hidden> | 28 <div id="sync-status" class="settings-row" hidden> |
29 <span id="sync-status-text"></span> | 29 <span id="sync-status-text"></span> |
30 <button id="sync-action-link" class="link-button"></button> | 30 <button id="sync-action-link" class="link-button"></button> |
31 </div> | 31 </div> |
32 | 32 |
33 <if expr="chromeos"> | 33 <if expr="chromeos"> |
34 <div class="checkbox"> | 34 <div class="checkbox"> |
35 <span class="controlled-setting-with-label"> | 35 <span class="controlled-setting-with-label"> |
36 <input id="enable-screen-lock" type="checkbox" | 36 <input id="enable-screen-lock" type="checkbox" |
37 metric="Options_UsersEnableScreenLock" | |
michaelpg
2014/06/13 23:15:43
Just "Options_UsersScreenLock" or "Options_ScreenL
stevenjb
2014/06/16 21:58:10
Done.
| |
37 pref="settings.enable_screen_lock"> | 38 pref="settings.enable_screen_lock"> |
38 <span> | 39 <span> |
39 <label for="enable-screen-lock" i18n-content="enableScreenlock"> | 40 <label for="enable-screen-lock" i18n-content="enableScreenlock"> |
40 </label> | 41 </label> |
41 <span class="controlled-setting-indicator" | 42 <span class="controlled-setting-indicator" |
42 pref="settings.enable_screen_lock"> | 43 pref="settings.enable_screen_lock"> |
43 </span> | 44 </span> |
44 </span> | 45 </span> |
45 </span> | 46 </span> |
46 </div> | 47 </div> |
(...skipping 14 matching lines...) Expand all Loading... | |
61 </button> | 62 </button> |
62 </if> <!-- chromeos --> | 63 </if> <!-- chromeos --> |
63 </div> | 64 </div> |
64 | 65 |
65 <if expr="not chromeos"> | 66 <if expr="not chromeos"> |
66 </section> | 67 </section> |
67 </if> | 68 </if> |
68 <if expr="chromeos"> | 69 <if expr="chromeos"> |
69 </div> | 70 </div> |
70 </if> | 71 </if> |
OLD | NEW |