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

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

Issue 2536993002: Remove support for the keygen tag (Closed)
Patch Set: Rebased 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 a91c69897aedd20645390c34aa471f2fc0530470..76fbc1a6c0e2478739786f2f0e2aaaa92c3220c6 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -313,17 +313,6 @@
</category-setting-exceptions>
</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>
- <category-default-setting category="{{ContentSettingsTypes.KEYGEN}}">
- </category-default-setting>
- <category-setting-exceptions
- category="{{ContentSettingsTypes.KEYGEN}}">
- </category-setting-exceptions>
- </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"
« no previous file with comments | « chrome/browser/resources/options/content_settings_exceptions_area.html ('k') | chrome/browser/resources/settings/route.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698