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

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

Issue 197523002: Show Zoom Levels as content settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged with ToT Created 6 years, 9 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/content_settings_exceptions_area.html
diff --git a/chrome/browser/resources/options/content_settings_exceptions_area.html b/chrome/browser/resources/options/content_settings_exceptions_area.html
index 1306379022bab31e3893043bf6069790b012d740..70ee5ce8c80ec4a50ceb38cd64a66d57f8ebc028 100644
--- a/chrome/browser/resources/options/content_settings_exceptions_area.html
+++ b/chrome/browser/resources/options/content_settings_exceptions_area.html
@@ -6,7 +6,12 @@
<div id="exception-pattern-column" i18n-content="exceptionPatternHeader">
</div>
<div id="exception-behavior-column"
- i18n-content="exceptionBehaviorHeader">
+ i18n-content="exceptionBehaviorHeader"
+ class="exception-value-column-header">
+ </div>
+ <div id="exception-zoom-column"
+ i18n-content="exceptionZoomHeader"
+ class="exception-value-column-header" hidden>
</div>
</div>
<div contentType="cookies">
@@ -123,6 +128,14 @@
<list mode="otr"></list>
</div>
</div>
+ <div contentType="zoomlevels">
+ <list mode="normal"></list>
+ <div>
+ <span class="otr-explanation" i18n-content="otr_exceptions_explanation">
+ </span>
+ <list mode="otr"></list>
+ </div>
+ </div>
</div>
<div class="action-area">
<div class="hbox stretch">

Powered by Google App Engine
This is Rietveld 408576698