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

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

Issue 197523002: Show Zoom Levels as content settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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.html
diff --git a/chrome/browser/resources/options/content_settings.html b/chrome/browser/resources/options/content_settings.html
index 7e6735c0bee3bafc33e18822839ab416d8456063..3dce4b95536a0ec50a4c4c47fccf829dd884d16d 100644
--- a/chrome/browser/resources/options/content_settings.html
+++ b/chrome/browser/resources/options/content_settings.html
@@ -592,6 +592,16 @@
</div>
</div>
</section>
+ <!-- Page zoom levels -->
+ <section id="page-zoom-levels">
+ <h3 i18n-content="zoomlevels_header"></h3>
+ <div>
+ <div class="settings-row">
+ <button class="exceptions-list-button" contentType="zoomlevels"
+ i18n-content="zoomLevelsManage"></button>
+ </div>
+ </div>
+ </section>
</div>
<div class="action-area">
<div class="button-strip">

Powered by Google App Engine
This is Rietveld 408576698