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 fd88d785c2482d879c6c15b45d21972d8308c096..9433d71b5dc3488f2827c74d9a41ee6f703c7398 100644 |
--- a/chrome/browser/resources/options/content_settings.html |
+++ b/chrome/browser/resources/options/content_settings.html |
@@ -84,8 +84,13 @@ |
<span i18n-content="plugins_block"></span> |
</label> |
- <button class="exceptions-list-button" contentType="plugins" |
- i18n-content="manage_exceptions"></button> |
+ <div> |
+ <button class="exceptions-list-button" contentType="plugins" |
+ i18n-content="manage_exceptions"></button> |
+ </div> |
+ <a class="link" i18n-content="disable_individual_plugins" |
+ id="plugins-tab" href="#"> |
+ </a> |
</div> |
</section> |