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

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

Issue 6017002: DOMUI Settings: UTH: Remove the 'Reset to Defaults' button. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 10 years 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 class="page hidden" id="advancedPage"> 1 <div class="page hidden" id="advancedPage">
2 <h1 i18n-content="advancedPage"></h1> 2 <h1 i18n-content="advancedPage"></h1>
3 <section> 3 <section>
4 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> 4 <h3 i18n-content="advancedSectionTitlePrivacy"></h3>
5 <div> 5 <div>
6 <div> 6 <div>
7 <button id="privacyContentSettingsButton" 7 <button id="privacyContentSettingsButton"
8 i18n-content="privacyContentSettingsButton"></button> 8 i18n-content="privacyContentSettingsButton"></button>
9 <button id="privacyClearDataButton" 9 <button id="privacyClearDataButton"
10 i18n-content="privacyClearDataButton"></button> 10 i18n-content="privacyClearDataButton"></button>
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 i18n-content="cloudPrintProxyDisabledLabel"></div> 180 i18n-content="cloudPrintProxyDisabledLabel"></div>
181 <div> 181 <div>
182 <button id="cloudPrintProxySetupButton" 182 <button id="cloudPrintProxySetupButton"
183 i18n-content="cloudPrintProxyDisabledButton"></button> 183 i18n-content="cloudPrintProxyDisabledButton"></button>
184 <button id="cloudPrintProxyManageButton" 184 <button id="cloudPrintProxyManageButton"
185 i18n-content="cloudPrintProxyEnabledManageButton"></button> 185 i18n-content="cloudPrintProxyEnabledManageButton"></button>
186 </div> 186 </div>
187 </div> 187 </div>
188 </section> 188 </section>
189 </if> 189 </if>
190 <div class="button-strip">
191 <button id="optionsReset" i18n-content="optionsReset"></button>
192 </div>
193 </div> 190 </div>
OLDNEW
« no previous file with comments | « chrome/browser/dom_ui/options/advanced_options_handler.cc ('k') | chrome/browser/resources/options/advanced_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698