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

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

Issue 5964003: Content settings lists moved to sub-sub pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: git add 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 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 7dd185a46b5ef588a869c2498032b8c3278cfa2b..6b33124a8ef410b3c590a4df2bab3b39212c51c7 100644
--- a/chrome/browser/resources/options/options.html
+++ b/chrome/browser/resources/options/options.html
@@ -23,7 +23,6 @@
<link rel="stylesheet" href="content_settings.css">
<link rel="stylesheet" href="cookies_view.css">
<link rel="stylesheet" href="edit_search_engine_overlay.css">
-<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="import_data_overlay.css">
@@ -211,6 +210,7 @@
class="subpage-sheet-container hidden">
<div id="subpage-sheet-2" class="subpage-sheet">
<button class="close-subpage"></button>
+ <include src="content_settings_exceptions_area.html">
</div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698