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

Unified Diff: chrome/browser/resources/options/content_settings.html

Issue 7508046: Options: Fix the disable individual plugins link. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 months 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 7e52dc3fa3e9afaf88368cbe1e902a6418429921..12af626583a999035e1656b5d3f4b7fb4e7bf9a8 100644
--- a/chrome/browser/resources/options/content_settings.html
+++ b/chrome/browser/resources/options/content_settings.html
@@ -133,9 +133,10 @@
</div>
<button class="exceptions-list-button" contentType="plugins"
i18n-content="manage_exceptions"></button>
- <a id="plugins-tab" href="about:plugins"
- i18n-content="disable_individual_plugins" target="_blank">
- </a>
+ <div id="disable-plugins-container">
+ <a href="about:plugins" i18n-content="disableIndividualPlugins"
+ target="_blank"></a>
+ </div>
</div>
</section>
<!-- Pop-ups filter -->
« no previous file with comments | « chrome/browser/resources/options/content_settings.css ('k') | chrome/browser/ui/webui/options/content_settings_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698