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

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

Issue 14924002: WebUI for Profile Settings Reset (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed vasilii's comments and fixed a merge error 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/options.html
diff --git a/chrome/browser/resources/options/options.html b/chrome/browser/resources/options/options.html
index 8be63ae1c80d05794c5f8f56e0743c614746cb4a..11e0b210d451080d14e19d32cadec9f65f21c88c 100644
--- a/chrome/browser/resources/options/options.html
+++ b/chrome/browser/resources/options/options.html
@@ -34,6 +34,7 @@
<link rel="stylesheet" href="manage_profile_overlay.css">
<link rel="stylesheet" href="password_manager.css">
<link rel="stylesheet" href="password_manager_list.css">
+<link rel="stylesheet" href="reset_profile_settings_overlay.css">
<link rel="stylesheet" href="search_engine_manager.css">
<link rel="stylesheet" href="search_page.css">
<link rel="stylesheet" href="spelling_confirm_overlay.css">
@@ -104,6 +105,7 @@
<include src="language_options.html">
<include src="manage_profile_overlay.html">
<include src="password_manager.html">
+ <include src="reset_profile_settings_overlay.html">
<include src="search_engine_manager.html">
<include src="spelling_confirm_overlay.html">
<include src="startup_overlay.html">

Powered by Google App Engine
This is Rietveld 408576698