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

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

Issue 11280236: A11y: Add the option to always show the a11y tray menu regardless of the state of a11y features (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/browser_options.html
diff --git a/chrome/browser/resources/options/browser_options.html b/chrome/browser/resources/options/browser_options.html
index 417fdb996f164e5d1bb269b0a958fe42c9073744..ba719ff762d43ae3cc5001a56771a38d909c5679 100644
--- a/chrome/browser/resources/options/browser_options.html
+++ b/chrome/browser/resources/options/browser_options.html
@@ -603,6 +603,16 @@
<div class="option-name">
<div class="checkbox">
<label>
+ <input id="accessibility-should-always-show-menu"
+ pref="settings.a11y.always_show_menu"
James Hawkins 2012/11/29 20:34:55 nit: Wrapped lines should be indented only 4 space
yoshiki 2012/11/30 14:55:34 Done.
+ type="checkbox">
+ <span i18n-content="accessibilityAlwaysShowMenu"></span>
+ </label>
+ </div>
+ </div>
+ <div class="option-name">
+ <div class="checkbox">
+ <label>
<input id="accessibility-spoken-feedback-check" type="checkbox">
<span i18n-content="accessibilitySpokenFeedback"></span>
</label>

Powered by Google App Engine
This is Rietveld 408576698