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

Unified Diff: chrome/browser/resources/options/content_settings.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/options/content_settings.html
diff --git a/chrome/browser/resources/options/content_settings.html b/chrome/browser/resources/options/content_settings.html
index 149be9d1553143a96d63440944de30f2a5cb7b4d..0f49085447f587122c14e8a9e299baed7221b64d 100644
--- a/chrome/browser/resources/options/content_settings.html
+++ b/chrome/browser/resources/options/content_settings.html
@@ -113,36 +113,6 @@
</div>
</div>
</section>
- <!-- Keygen filter -->
- <section>
- <h3 i18n-content="keygenTabLabel"></h3>
- <div>
- <div class="radio controlled-setting-with-label">
- <label>
- <input type="radio" name="keygen" value="allow">
- <span>
- <span i18n-content="keygenAllow"></span>
- <span class="controlled-setting-indicator"
- content-setting="keygen" value="allow"></span>
- </span>
- </label>
- </div>
- <div class="radio controlled-setting-with-label">
- <label>
- <input type="radio" name="keygen" value="block">
- <span>
- <span i18n-content="keygenBlock"></span>
- <span class="controlled-setting-indicator"
- content-setting="keygen" value="block"></span>
- </span>
- </label>
- </div>
- <div class="settings-row">
- <button class="exceptions-list-button" contentType="keygen"
- i18n-content="manageExceptions"></button>
- </div>
- </div>
- </section>
<!-- Handlers settings -->
<section id="handlers-section">
<h3 i18n-content="handlersTabLabel"></h3>
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | chrome/browser/resources/options/content_settings_exceptions_area.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698