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

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

Issue 5699004: [tabbed options] more work on content settings exceptions lists (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix maybeSetPatternValid 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/content_settings.html
diff --git a/chrome/browser/resources/options/content_settings.html b/chrome/browser/resources/options/content_settings.html
index 60761b8b379088554a217378bfa7dd439bd07b8b..c1b3c2226d68ca33f425b03e3b934847c136d1b1 100644
--- a/chrome/browser/resources/options/content_settings.html
+++ b/chrome/browser/resources/options/content_settings.html
@@ -30,7 +30,7 @@
<!-- TODO(estade): put this in a sub-sub-page. -->
<div contentType="cookies">
- <list mode="normal"></list>
+ <list mode="normal" id="evan"></list>
stuartmorgan 2010/12/13 17:49:51 I'm guessing this isn't supposed to be here.
Evan Stade 2010/12/13 20:00:19 that is accurate
<div>
<span i18n-content="otr_exceptions_explanation"></span>
<list mode="otr"></list>

Powered by Google App Engine
This is Rietveld 408576698