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

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

Issue 271673006: Eliminate all code related to the AutomaticProfileResetter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed nit from dbeam@, using new tracked preference deprecation. 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
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | chrome/browser/resources/options/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">
6 <include src="automatic_settings_reset_banner.html"> 5 <include src="automatic_settings_reset_banner.html">
7 <if expr="chromeos"> 6 <if expr="chromeos">
8 <include src="secondary_user_banner.html"> 7 <include src="secondary_user_banner.html">
9 <section> 8 <section>
10 <div id="network-section-header" class="section-header"> 9 <div id="network-section-header" class="section-header">
11 <h3 i18n-content="sectionTitleInternet"></h3> 10 <h3 i18n-content="sectionTitleInternet"></h3>
12 <span class="controlled-setting-indicator" plural></span> 11 <span class="controlled-setting-indicator" plural></span>
13 </div> 12 </div>
14 <div id="network-settings"> 13 <div id="network-settings">
15 <list id="network-list"></list> 14 <list id="network-list"></list>
(...skipping 938 matching lines...) Expand 10 before | Expand all | Expand 10 after
954 </div> 953 </div>
955 </section> 954 </section>
956 </div> <!-- advanced-settings-container --> 955 </div> <!-- advanced-settings-container -->
957 </div> <!-- advanced-settings --> 956 </div> <!-- advanced-settings -->
958 <footer> 957 <footer>
959 <button id="advanced-settings-expander" class="link-button" 958 <button id="advanced-settings-expander" class="link-button"
960 i18n-content="showAdvancedSettings"> 959 i18n-content="showAdvancedSettings">
961 </button> 960 </button>
962 </footer> 961 </footer>
963 </div> 962 </div>
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | chrome/browser/resources/options/options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698