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

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

Issue 518063002: Settings to control Add Person and Browse as Guest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Completely move prefs 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
OLDNEW
1 <div id="settings" class="page" hidden> 1 <div id="settings" class="page" hidden>
2 <header> 2 <header>
3 <h1 i18n-content="settingsTitle"></h1> 3 <h1 i18n-content="settingsTitle"></h1>
4 </header> 4 </header>
5 <include src="automatic_settings_reset_banner.html"> 5 <include src="automatic_settings_reset_banner.html">
6 <if expr="chromeos"> 6 <if expr="chromeos">
7 <include src="secondary_user_banner.html"> 7 <include src="secondary_user_banner.html">
8 <section> 8 <section>
9 <div id="network-section-header" class="section-header"> 9 <div id="network-section-header" class="section-header">
10 <h3 i18n-content="sectionTitleInternet"></h3> 10 <h3 i18n-content="sectionTitleInternet"></h3>
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 <section id="sync-users-section" guest-visibility="hidden"> 185 <section id="sync-users-section" guest-visibility="hidden">
186 <h3 i18n-content="sectionTitleUsers"></h3> 186 <h3 i18n-content="sectionTitleUsers"></h3>
187 <if expr="chromeos"> 187 <if expr="chromeos">
188 <include src="sync_section.html"> 188 <include src="sync_section.html">
189 </if> 189 </if>
190 <div id="profiles-section" hidden> 190 <div id="profiles-section" hidden>
191 <list id="profiles-list" class="settings-list" hidden></list> 191 <list id="profiles-list" class="settings-list" hidden></list>
192 <div id="profiles-single-message" class="settings-row" 192 <div id="profiles-single-message" class="settings-row"
193 i18n-content="profilesSingleUser"> 193 i18n-content="profilesSingleUser">
194 </div> 194 </div>
195 <if expr="not chromeos">
196 <div id="profiles-enable-guest" class="checkbox">
197 <label>
198 <input pref="profile.browser_guest_enabled" type="checkbox">
199 <span i18n-content="profileBrowserGuestEnable"></span>
200 </label>
201 </div>
202 <div id="profiles-enable-add-person" class="checkbox">
203 <label>
204 <input pref="profile.add_person_enabled" type="checkbox">
205 <span i18n-content="profileAddPersonEnable"></span>
206 </label>
207 </div>
208 </if>
195 <div id="profiles-buttons"> 209 <div id="profiles-buttons">
196 <button id="profiles-create" i18n-content="profilesCreate"></button> 210 <button id="profiles-create" i18n-content="profilesCreate"></button>
197 <if expr="enable_settings_app"> 211 <if expr="enable_settings_app">
198 <button id="profiles-app-list-switch" 212 <button id="profiles-app-list-switch"
199 i18n-content="profilesAppListSwitch" hidden> 213 i18n-content="profilesAppListSwitch" hidden>
200 </button> 214 </button>
201 </if> 215 </if>
202 <button id="profiles-manage" i18n-content="profilesManage" disabled> 216 <button id="profiles-manage" i18n-content="profilesManage" disabled>
203 </button> 217 </button>
204 <button id="profiles-delete" i18n-content="profilesDelete"></button> 218 <button id="profiles-delete" i18n-content="profilesDelete"></button>
(...skipping 771 matching lines...) Expand 10 before | Expand all | Expand 10 after
976 <button id="advanced-settings-expander" class="link-button" 990 <button id="advanced-settings-expander" class="link-button"
977 i18n-content="showAdvancedSettings"> 991 i18n-content="showAdvancedSettings">
978 </button> 992 </button>
979 <if expr="chromeos"> 993 <if expr="chromeos">
980 <button id="version-button" class="link-button" hidden 994 <button id="version-button" class="link-button" hidden
981 i18n-content="browserVersion"> 995 i18n-content="browserVersion">
982 </button> 996 </button>
983 </if> 997 </if>
984 </footer> 998 </footer>
985 </div> 999 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/browser_options.css ('k') | chrome/browser/resources/options/options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698