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

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

Issue 7400032: Multi-profile WebUI settings (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: renamed profiles_manage -> manage_profile Created 9 years, 5 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 6364b32d04bd0460a65da46510d9e49ec9445c6c..7a7fa41b2a5338bcdafaeb02ebad9282bcb1e2c0 100644
--- a/chrome/browser/resources/options/options.html
+++ b/chrome/browser/resources/options/options.html
@@ -37,6 +37,7 @@
</if>
<link rel="stylesheet" href="import_data_overlay.css">
<link rel="stylesheet" href="language_options.css">
+<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="personal_options.css">
@@ -86,6 +87,7 @@
<include src="import_data_overlay.html">
<include src="instant_confirm_overlay.html">
<include src="language_add_language_overlay.html">
+ <include src="manage_profile_overlay.html">
<include src="sync_setup_overlay.html">
<if expr="pp_ifdef('chromeos')">
<include

Powered by Google App Engine
This is Rietveld 408576698