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

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

Issue 167723002: Don't display multi-profile under Guest user. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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="reset_profile_settings_banner.html"> 5 <include src="reset_profile_settings_banner.html">
6 <include src="automatic_settings_reset_banner.html"> 6 <include src="automatic_settings_reset_banner.html">
7 <if expr="pp_ifdef('chromeos')"> 7 <if expr="pp_ifdef('chromeos')">
8 <include src="secondary_user_banner.html"> 8 <include src="secondary_user_banner.html">
9 <section> 9 <section>
10 <div id="network-section-header" class="section-header"> 10 <div id="network-section-header" class="section-header">
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 <select id="default-search-engine" class="weakrtl"></select> 136 <select id="default-search-engine" class="weakrtl"></select>
137 <span class="controlled-setting-indicator" 137 <span class="controlled-setting-indicator"
138 pref="default_search_provider.enabled"> 138 pref="default_search_provider.enabled">
139 </span> 139 </span>
140 <button id="manage-default-search-engines" 140 <button id="manage-default-search-engines"
141 i18n-content="defaultSearchManageEngines"> 141 i18n-content="defaultSearchManageEngines">
142 </button> 142 </button>
143 </div> 143 </div>
144 </div> 144 </div>
145 </section> 145 </section>
146 <section id="sync-users-section" guest-visibility="hidden"> 146 <section id="sync-users-section" guest-visibility="hidden" hidden>
147 <h3 i18n-content="sectionTitleUsers"></h3> 147 <h3 i18n-content="sectionTitleUsers"></h3>
148 <if expr="pp_ifdef('chromeos')"> 148 <if expr="pp_ifdef('chromeos')">
149 <include src="sync_section.html"> 149 <include src="sync_section.html">
150 </if> 150 </if>
151 <div id="profiles-section" hidden> 151 <div id="profiles-section" hidden>
152 <list id="profiles-list" class="settings-list" hidden></list> 152 <list id="profiles-list" class="settings-list" hidden></list>
153 <div id="profiles-single-message" class="settings-row" 153 <div id="profiles-single-message" class="settings-row"
154 i18n-content="profilesSingleUser"> 154 i18n-content="profilesSingleUser">
155 </div> 155 </div>
156 <div id="profiles-buttons"> 156 <div id="profiles-buttons">
(...skipping 751 matching lines...) Expand 10 before | Expand all | Expand 10 after
908 </div> 908 </div>
909 </section> 909 </section>
910 </div> <!-- advanced-settings-container --> 910 </div> <!-- advanced-settings-container -->
911 </div> <!-- advanced-settings --> 911 </div> <!-- advanced-settings -->
912 <footer> 912 <footer>
913 <button id="advanced-settings-expander" class="link-button" 913 <button id="advanced-settings-expander" class="link-button"
914 i18n-content="showAdvancedSettings"> 914 i18n-content="showAdvancedSettings">
915 </button> 915 </button>
916 </footer> 916 </footer>
917 </div> 917 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698