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

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: Fix test 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..f838c11f35889071add1664681368be840d5e1c5 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -12,6 +12,7 @@
<link rel="import" href="/site_settings/constants.html">
<link rel="import" href="/site_settings/media_picker.html">
<link rel="import" href="/site_settings/site_data.html">
+<link rel="import" href="/site_settings/protocol_handlers.html">
michaelpg 2016/07/10 17:54:43 alphabetize
<link rel="import" href="/site_settings_page/site_settings_page.html">
<if expr="use_nss_certs">
@@ -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}">

Powered by Google App Engine
This is Rietveld 408576698