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

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

Issue 6360013: DOMUI: Adjust location of "Disable individual plug-ins" link. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: only margin Created 9 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/resources/options/content_settings_exceptions_area.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | chrome/browser/resources/options/content_settings_exceptions_area.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698