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

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

Issue 2131953002: Site Settings Desktop: Implement protocol handler section. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback Created 4 years, 5 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/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 fbd298690f1735cbe97ce1b77064712810c9dd1e..2efb345bc9d72a38e4fab7aed7f326dba89cc3b0 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -11,6 +11,7 @@
<link rel="import" href="/site_settings/all_sites.html">
<link rel="import" href="/site_settings/constants.html">
<link rel="import" href="/site_settings/media_picker.html">
+<link rel="import" href="/site_settings/protocol_handlers.html">
<link rel="import" href="/site_settings/site_data.html">
<link rel="import" href="/site_settings_page/site_settings_page.html">
@@ -202,6 +203,11 @@
</site-settings-category>
</settings-subpage>
</template>
+ <template is="dom-if" name="protocol-handlers">
+ <settings-subpage page-title="$i18n{siteSettingsCategoryHandlers}">
+ <protocol-handlers></protocol-handlers>
+ </settings-subpage>
+ </template>
<template is="dom-if" name="site-settings-category-javascript">
<settings-subpage
page-title="$i18n{siteSettingsCategoryJavascript}">
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/settings_page/settings_router.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698