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

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: Addressed Markus' comments 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..a666afd6b1762950cc691d55834bb63f6d5df9b4 100644
--- a/chrome/browser/resources/options/content_settings_exceptions_area.html
+++ b/chrome/browser/resources/options/content_settings_exceptions_area.html
@@ -8,6 +8,9 @@
<div id="exception-behavior-column"
i18n-content="exceptionBehaviorHeader">
</div>
+ <div id="exception-zoom-column"
markusheintz_ 2014/03/13 09:37:14 Do we really need to add an additional column beca
battre 2014/03/13 14:04:28 They have implemented their own handler at chrome:
+ i18n-content="exceptionZoomHeader" hidden>
+ </div>
</div>
<div contentType="cookies">
<list mode="normal"></list>
@@ -123,6 +126,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