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

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

Issue 449623003: Integrate About page into Settings for Chrome OS settings in a window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 932 matching lines...) Expand 10 before | Expand all | Expand 10 after
943 <button id="reset-profile-settings" i18n-content="resetProfileSettings"> 943 <button id="reset-profile-settings" i18n-content="resetProfileSettings">
944 </button> 944 </button>
945 </div> 945 </div>
946 </section> 946 </section>
947 </div> <!-- advanced-settings-container --> 947 </div> <!-- advanced-settings-container -->
948 </div> <!-- advanced-settings --> 948 </div> <!-- advanced-settings -->
949 <footer> 949 <footer>
950 <button id="advanced-settings-expander" class="link-button" 950 <button id="advanced-settings-expander" class="link-button"
951 i18n-content="showAdvancedSettings"> 951 i18n-content="showAdvancedSettings">
952 </button> 952 </button>
953 <if expr="chromeos">
954 <button id="version-button" class="link-button" hidden
955 i18n-content="browserVersion">
956 </button>
957 </if>
953 </footer> 958 </footer>
954 </div> 959 </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