| 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>
|
|
|