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

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: Notify when deleting profile from cache 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..686a91e77118c4c8be551387d55c4db6fe666a69 100644
--- a/chrome/browser/resources/options/options.html
+++ b/chrome/browser/resources/options/options.html
@@ -40,6 +40,7 @@
<link rel="stylesheet" href="password_manager.css">
<link rel="stylesheet" href="password_manager_list.css">
<link rel="stylesheet" href="personal_options.css">
+<link rel="stylesheet" href="profiles_manage_overlay.css">
James Hawkins 2011/07/19 20:22:09 profiles_manage is somewhat strange. Should this b
<link rel="stylesheet" href="search_engine_manager.css">
<link rel="stylesheet" href="search_page.css">
<link rel="stylesheet" href="subpages_tab_controls.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="profiles_manage_overlay.html">
<include src="sync_setup_overlay.html">
<if expr="pp_ifdef('chromeos')">
<include

Powered by Google App Engine
This is Rietveld 408576698