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

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

Issue 467363003: Guest mode causes certain settings to be hidden. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Estade's comments Created 6 years, 4 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 <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 15 matching lines...) Expand all
26 </if> 26 </if>
27 <if expr="not chromeos"> 27 <if expr="not chromeos">
28 <include src="sync_section.html"> 28 <include src="sync_section.html">
29 <include src="startup_section.html"> 29 <include src="startup_section.html">
30 </if> 30 </if>
31 <section id="proxy-section" hidden> 31 <section id="proxy-section" hidden>
32 <h3 i18n-content="sectionTitleProxy"></h3> 32 <h3 i18n-content="sectionTitleProxy"></h3>
33 <div id="proxy-section-content"></div> 33 <div id="proxy-section-content"></div>
34 </section> 34 </section>
35 35
36 <section> 36 <section id="appearance-section">
37 <h3 i18n-content="sectionTitleAppearance"></h3> 37 <h3 i18n-content="sectionTitleAppearance"></h3>
38 <div class="settings-row"> 38 <div class="settings-row">
39 <if expr="chromeos"> 39 <if expr="chromeos">
40 <button id="set-wallpaper" i18n-content="setWallpaper" 40 <button id="set-wallpaper" i18n-content="setWallpaper"
41 guest-visibility="disabled"></button> 41 guest-visibility="disabled"></button>
42 <span id="wallpaper-indicator" class="controlled-setting-indicator"> 42 <span id="wallpaper-indicator" class="controlled-setting-indicator">
43 </span> 43 </span>
44 </if> 44 </if>
45 <if expr="not chromeos and is_posix and not is_macosx"> 45 <if expr="not chromeos and is_posix and not is_macosx">
46 <button id="themes-gallery" i18n-content="themesGallery"></button> 46 <button id="themes-gallery" i18n-content="themesGallery"></button>
(...skipping 929 matching lines...) Expand 10 before | Expand all | Expand 10 after
976 <button id="advanced-settings-expander" class="link-button" 976 <button id="advanced-settings-expander" class="link-button"
977 i18n-content="showAdvancedSettings"> 977 i18n-content="showAdvancedSettings">
978 </button> 978 </button>
979 <if expr="chromeos"> 979 <if expr="chromeos">
980 <button id="version-button" class="link-button" hidden 980 <button id="version-button" class="link-button" hidden
981 i18n-content="browserVersion"> 981 i18n-content="browserVersion">
982 </button> 982 </button>
983 </if> 983 </if>
984 </footer> 984 </footer>
985 </div> 985 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/browser_options.js » ('j') | chrome/browser/ui/webui/options/options_ui.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698