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

Unified Diff: chrome/browser/resources/settings/privacy_page/privacy_page.html

Issue 2323693002: Site Settings Desktop: Implement Zoom Levels category. (Closed)
Patch Set: Address feedback Created 4 years, 3 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
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/route.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/privacy_page/privacy_page.html
diff --git a/chrome/browser/resources/settings/privacy_page/privacy_page.html b/chrome/browser/resources/settings/privacy_page/privacy_page.html
index c63bd6caa12ae764bb84c9bb6872f99efb40254a..aa1de70bc431fd6d1c4546e9884b1650f967b2e6 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -16,6 +16,7 @@
<link rel="import" href="/site_settings/protocol_handlers.html">
<link rel="import" href="/site_settings/usb_devices.html">
<link rel="import" href="/site_settings/site_data.html">
+<link rel="import" href="/site_settings/zoom_levels.html">
<link rel="import" href="/site_settings_page/site_settings_page.html">
<if expr="use_nss_certs">
@@ -230,6 +231,11 @@
<protocol-handlers></protocol-handlers>
</settings-subpage>
</template>
+ <template is="dom-if" route-path="/siteSettings/zoomLevels" no-search>
+ <settings-subpage page-title="$i18n{siteSettingsCategoryZoomLevels}">
+ <zoom-levels></zoom-levels>
+ </settings-subpage>
+ </template>
<template is="dom-if" route-path="/siteSettings/javascript" no-search>
<settings-subpage page-title="$i18n{siteSettingsCategoryJavascript}">
<site-settings-category
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/route.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698