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

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

Issue 6059006: [tabbed options] tidy up some bits of content settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 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_exceptions_area.html
diff --git a/chrome/browser/resources/options/content_settings_exceptions_area.html b/chrome/browser/resources/options/content_settings_exceptions_area.html
index ac477937c1c4280cb7e2c83d6543885679836e4c..d4289bbcc6844174092793e0cc2c415622ae3fcf 100644
--- a/chrome/browser/resources/options/content_settings_exceptions_area.html
+++ b/chrome/browser/resources/options/content_settings_exceptions_area.html
@@ -9,15 +9,19 @@
<div contentType="cookies">
<list mode="normal"></list>
<div>
- <span i18n-content="otr_exceptions_explanation"></span>
+ <span class="otr_explanation"
+ i18n-content="otr_exceptions_explanation"></span>
<list mode="otr"></list>
</div>
+ <a i18n-values="href:flash_storage_url"
+ i18n-content="flash_storage_settings" target="_blank"></a>
</div>
<div contentType="images">
<list mode="normal"></list>
<div>
- <span i18n-content="otr_exceptions_explanation"></span>
+ <span class="otr_explanation"
+ i18n-content="otr_exceptions_explanation"></span>
<list mode="otr"></list>
</div>
</div>
@@ -25,7 +29,8 @@
<div contentType="javascript">
<list mode="normal"></list>
<div>
- <span i18n-content="otr_exceptions_explanation"></span>
+ <span class="otr_explanation"
+ i18n-content="otr_exceptions_explanation"></span>
<list mode="otr"></list>
</div>
</div>
@@ -33,15 +38,18 @@
<div contentType="plugins">
<list mode="normal"></list>
<div>
- <span i18n-content="otr_exceptions_explanation"></span>
+ <span class="otr_explanation"
+ i18n-content="otr_exceptions_explanation"></span>
<list mode="otr"></list>
</div>
+ <a i18n-content="disable_individual_plugins" id="plugins-tab" href="#"></a>
</div>
<div contentType="popups">
<list mode="normal"></list>
<div>
- <span i18n-content="otr_exceptions_explanation"></span>
+ <span class="otr_explanation"
+ i18n-content="otr_exceptions_explanation"></span>
<list mode="otr"></list>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698