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

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: 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 8659e7e7a671718af02df4f62ee5f34a1d0aab44..b8d48bf63bddd4405937d887979fd155c84ac8b5 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_page/site_settings_page.html">
<if expr="use_nss_certs">
@@ -200,6 +201,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