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

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

Issue 235863025: Remove desktop auto-login since we don't plan on shipping it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove redundant comment. Created 6 years, 8 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
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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 class="controlled-setting-indicator" hidden> 53 class="controlled-setting-indicator" hidden>
54 </span> 54 </span>
55 <button id="customize-sync" i18n-content="customizeSync" 55 <button id="customize-sync" i18n-content="customizeSync"
56 pref="sync.managed" hidden> 56 pref="sync.managed" hidden>
57 </button> 57 </button>
58 <if expr="chromeos"> 58 <if expr="chromeos">
59 <button id="manage-accounts-button" 59 <button id="manage-accounts-button"
60 i18n-content="manageAccountsButtonTitle"> 60 i18n-content="manageAccountsButtonTitle">
61 </button> 61 </button>
62 </if> <!-- chromeos --> 62 </if> <!-- chromeos -->
63 <div id="enable-auto-login-checkbox" class="checkbox" hidden>
64 <label>
65 <input id="enable-auto-login" pref="autologin.enabled"
66 metric="Options_Autologin" type="checkbox">
67 <span i18n-content="autologinEnabled"></span>
68 </label>
69 </div>
70 </div> 63 </div>
71 64
72 <if expr="not chromeos"> 65 <if expr="not chromeos">
73 </section> 66 </section>
74 </if> 67 </if>
75 <if expr="chromeos"> 68 <if expr="chromeos">
76 </div> 69 </div>
77 </if> 70 </if>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/browser_options.js ('k') | chrome/browser/ui/android/infobars/auto_login_prompter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698