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

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

Issue 886843002: options/guest mode: only hide the 'Show advanced settings...' link when (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: best Created 5 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
« 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="chromeos"> 7 <if expr="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 979 matching lines...) Expand 10 before | Expand all | Expand 10 after
990 <h3 i18n-content="resetProfileSettingsSectionTitle"></h3> 990 <h3 i18n-content="resetProfileSettingsSectionTitle"></h3>
991 <div> 991 <div>
992 <span class="settings-row" i18n-content="resetProfileSettingsDescription"> 992 <span class="settings-row" i18n-content="resetProfileSettingsDescription">
993 </span> 993 </span>
994 <button id="reset-profile-settings" i18n-content="resetProfileSettings"> 994 <button id="reset-profile-settings" i18n-content="resetProfileSettings">
995 </button> 995 </button>
996 </div> 996 </div>
997 </section> 997 </section>
998 </div> <!-- advanced-settings-container --> 998 </div> <!-- advanced-settings-container -->
999 </div> <!-- advanced-settings --> 999 </div> <!-- advanced-settings -->
1000 <footer> 1000 <footer id="advanced-settings-footer">
Mike Lerman 2015/01/29 17:56:44 Why give the footer an id? Can't you jquery-select
Dan Beam 2015/01/29 20:07:15 $() is document.getElementById, not jQuery's sizzl
1001 <a is="action-link" id="advanced-settings-expander" 1001 <a is="action-link" id="advanced-settings-expander"
1002 i18n-content="showAdvancedSettings"></a> 1002 i18n-content="showAdvancedSettings"></a>
1003 </footer> 1003 </footer>
1004 </div> 1004 </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