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

Unified Diff: chrome/browser/resources/options/browser_options.html

Issue 14924002: WebUI for Profile Settings Reset (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 7 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options/browser_options.html
diff --git a/chrome/browser/resources/options/browser_options.html b/chrome/browser/resources/options/browser_options.html
index c3596fbd1db2326b02b08b1a3c5e8353f284f450..00e278348b1adcda3e8ff751cbcd722c69023c59 100644
--- a/chrome/browser/resources/options/browser_options.html
+++ b/chrome/browser/resources/options/browser_options.html
@@ -717,6 +717,15 @@
</div>
</section>
</if>
+ <section id="reset-profile-settings-section" hidden>
+ <h3 i18n-content="resetProfileSettingsSectionTitle"></h3>
+ <div>
+ <span class="settings-row" i18n-content="resetProfileSettingsDescription">
+ </span>
+ <button id="reset-profile-settings" i18n-content="resetProfileSettings">
+ </button>
+ </div>
+ </section>
</div> <!-- advanced-settings-container -->
</div> <!-- advanced-settings -->
<footer>
« no previous file with comments | « chrome/browser/profile_resetter/profile_resetter.cc ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698