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

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

Issue 651643006: Show About link in Settings instead of version number for M39 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2171
Patch Set: Created 6 years, 2 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="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 914 matching lines...) Expand 10 before | Expand all | Expand 10 after
925 <button id="reset-profile-settings" i18n-content="resetProfileSettings"> 925 <button id="reset-profile-settings" i18n-content="resetProfileSettings">
926 </button> 926 </button>
927 </div> 927 </div>
928 </section> 928 </section>
929 </div> <!-- advanced-settings-container --> 929 </div> <!-- advanced-settings-container -->
930 </div> <!-- advanced-settings --> 930 </div> <!-- advanced-settings -->
931 <footer> 931 <footer>
932 <button id="advanced-settings-expander" class="link-button" 932 <button id="advanced-settings-expander" class="link-button"
933 i18n-content="showAdvancedSettings"> 933 i18n-content="showAdvancedSettings">
934 </button> 934 </button>
935 <button id="version-button" class="link-button" hidden
936 i18n-content="browserVersion">
937 </button>
938 </footer> 935 </footer>
939 </div> 936 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/browser_options.css ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698