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

Side by Side Diff: chrome/browser/resources/options/sync_section.html

Issue 335953002: Add UMA stats for user settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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_ScreenLock"
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
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>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/chromeos/accounts_options.js ('k') | chrome/browser/resources/sync_setup_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698