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

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

Issue 2630583002: Add setting to isolate zoom changes by default. (Closed)
Patch Set: Use code review comments for questions instead of TODOs. Created 3 years, 10 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 079080f2c7726af1a44e65dd0aec9308b6522a05..c7090797fca0792bed040b3c6fa131ac8c5e3034 100644
--- a/chrome/browser/resources/options/content_settings_exceptions_area.html
+++ b/chrome/browser/resources/options/content_settings_exceptions_area.html
@@ -145,6 +145,10 @@
</div>
<div contentType="zoomlevels">
<list mode="normal"></list>
+ <div id="zoom-levels-ignored-explanation"
Kevin McNee 2017/02/03 23:17:20 Is this a suitable way of informing the user that
wjmaclean 2017/02/06 16:09:07 Not sure ... we'll need a UI reviewer for that.
Kevin McNee 2017/02/06 18:26:11 Sure. Shall I split up this CL first?
wjmaclean 2017/02/06 18:48:38 Yeah, once you have the CL mostly how you want it,
+ i18n-content="zoomLevelsIgnoredExplanation"
+ hidden>
+ </div>
<div>
<span class="otr-explanation" i18n-content="otrExceptionsExplanation">
</span>

Powered by Google App Engine
This is Rietveld 408576698