Index: chrome/browser/resources/options/browser_options.html |
diff --git a/chrome/browser/resources/options/browser_options.html b/chrome/browser/resources/options/browser_options.html |
index da3641b63cfbd79944d4b9a97f8d0989f8e95788..4a8b129255f9df7373ee19025dc23cebed404012 100644 |
--- a/chrome/browser/resources/options/browser_options.html |
+++ b/chrome/browser/resources/options/browser_options.html |
@@ -706,8 +706,19 @@ |
<if expr="chromeos"> |
<include src="startup_section.html"> |
- <section> |
- <h3 i18n-content="accessibilityTitle"></h3> |
+</if> |
+ |
+<section> |
+ <h3 i18n-content="accessibilityTitle"></h3> |
+ |
+ <div> |
+ <a target="_blank" |
+ href="https://chrome.google.com/webstore/category/collection/accessibility" |
+ id="accessibility-features" |
+ i18n-content="accessibilityFeaturesLink"></a> |
Dan Beam
2014/09/23 22:48:37
nit:
<a href="https://chrome.google.com/webstor
dmazzoni
2014/09/24 22:11:47
Done.
|
+ </div> |
+ |
+ <if expr="chromeos"> |
Dan Beam
2014/09/23 22:48:37
0-indent <if>'s (like #ifdef's in C)
dmazzoni
2014/09/24 22:11:47
Done.
|
<div class="option-control-table"> |
<p id="accessibility-explanation" class="settings-row"> |
<span i18n-content="accessibilityExplanation"></span> |
@@ -861,7 +872,10 @@ |
</label> |
</div> |
</div> |
- </section> |
+ </div> |
+ </if> |
Dan Beam
2014/09/23 22:48:37
no indent
dmazzoni
2014/09/24 22:11:47
Done.
|
+</section> |
+ |
<if expr="chromeos"> |
<section id="factory-reset-section" hidden> |
<h3 i18n-content="factoryResetTitle"></h3> |