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

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

Issue 2536993002: Remove support for the keygen tag (Closed)
Patch Set: Review feedback Created 4 years 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 dbab2364e566f0b94af44e7f1cb113174dc56c38..50fc41c0b39a0e32c32f581109f2e7d3b0d291c1 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -307,16 +307,6 @@
</site-settings-category>
</settings-subpage>
</template>
- <template is="dom-if" route-path="/content/keygen" no-search>
- <settings-subpage page-title="$i18n{siteSettingsKeygen}">
- <button class="icon-help subpage-title-extra"
- is="paper-icon-button-light" on-tap="onHelpTap_"></button>
- <site-settings-category
- selected-site="{{selectedSite}}"
- category="{{ContentSettingsTypes.KEYGEN}}">
- </site-settings-category>
- </settings-subpage>
- </template>
<template is="dom-if" route-path="/content/microphone" no-search>
<settings-subpage page-title="$i18n{siteSettingsCategoryMicrophone}">
<button class="icon-help subpage-title-extra"

Powered by Google App Engine
This is Rietveld 408576698