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

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

Issue 599683002: Add link to Settings page to add accessibility extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ax_extensions
Patch Set: Created 6 years, 3 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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/options/browser_options_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/options/browser_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698