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

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

Issue 151003004: Add an automatic settings reset banner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on top of transaction patch. 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
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 <if expr="not pp_ifdef('chromeos')"> 7 <if expr="not pp_ifdef('chromeos')">
7 <include src="sync_section.html"> 8 <include src="sync_section.html">
8 </if> 9 </if>
9 <if expr="pp_ifdef('chromeos')"> 10 <if expr="pp_ifdef('chromeos')">
10 <section> 11 <section>
11 <h3 i18n-content="sectionTitleInternet"></h3> 12 <h3 i18n-content="sectionTitleInternet"></h3>
12 <div id="network-settings"> 13 <div id="network-settings">
13 <list id="network-list"></list> 14 <list id="network-list"></list>
14 <div id="shared-proxies" class="checkbox"> 15 <div id="shared-proxies" class="checkbox">
15 <label> 16 <label>
(...skipping 867 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 </div> 884 </div>
884 </section> 885 </section>
885 </div> <!-- advanced-settings-container --> 886 </div> <!-- advanced-settings-container -->
886 </div> <!-- advanced-settings --> 887 </div> <!-- advanced-settings -->
887 <footer> 888 <footer>
888 <button id="advanced-settings-expander" class="link-button" 889 <button id="advanced-settings-expander" class="link-button"
889 i18n-content="showAdvancedSettings"> 890 i18n-content="showAdvancedSettings">
890 </button> 891 </button>
891 </footer> 892 </footer>
892 </div> 893 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/automatic_settings_reset_banner.js ('k') | chrome/browser/resources/options/options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698