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

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

Issue 539383003: Fix some more for= usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix merge Created 6 years, 3 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
« no previous file with comments | « chrome/browser/resources/options/startup_section.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 19 matching lines...) Expand all
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 controlled-setting-with-label" 34 <div class="checkbox controlled-setting-with-label"
35 public-account-visibility="hidden"> 35 public-account-visibility="hidden">
36 <label> 36 <label>
37 <input type="checkbox" 37 <input type="checkbox"
38 metric="Options_ScreenLock" 38 metric="Options_ScreenLock"
39 pref="settings.enable_screen_lock"> 39 pref="settings.enable_screen_lock">
40 <span i18n-content="enableScreenlock"></span> 40 <span>
41 <span i18n-content="enableScreenlock"></span>
42 <span class="controlled-setting-indicator"
43 i18n-values="textshared:screenLockShared"
44 pref="settings.enable_screen_lock"></span>
45 </span>
41 </label> 46 </label>
42 <span class="controlled-setting-indicator"
43 i18n-values="textshared:screenLockShared"
44 pref="settings.enable_screen_lock"></span>
45 </div> 47 </div>
46 </div> 48 </div>
47 </if> <!-- chromeos --> 49 </if> <!-- chromeos -->
48 50
49 <div id="sync-buttons" class="settings-row"> 51 <div id="sync-buttons" class="settings-row">
50 <button id="start-stop-sync" hidden></button> 52 <button id="start-stop-sync" hidden></button>
51 <span id="start-stop-sync-indicator" 53 <span id="start-stop-sync-indicator"
52 class="controlled-setting-indicator" hidden> 54 class="controlled-setting-indicator" hidden>
53 </span> 55 </span>
54 <button id="customize-sync" i18n-content="customizeSync" 56 <button id="customize-sync" i18n-content="customizeSync"
55 pref="sync.managed" hidden> 57 pref="sync.managed" hidden>
56 </button> 58 </button>
57 <if expr="chromeos"> 59 <if expr="chromeos">
58 <button id="manage-accounts-button" 60 <button id="manage-accounts-button"
59 public-account-visibility="hidden" 61 public-account-visibility="hidden"
60 i18n-content="manageAccountsButtonTitle"> 62 i18n-content="manageAccountsButtonTitle">
61 </button> 63 </button>
62 </if> <!-- chromeos --> 64 </if> <!-- chromeos -->
63 </div> 65 </div>
64 66
65 <if expr="not chromeos"> 67 <if expr="not chromeos">
66 </section> 68 </section>
67 </if> 69 </if>
68 <if expr="chromeos"> 70 <if expr="chromeos">
69 </div> 71 </div>
70 </if> 72 </if>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/startup_section.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698