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> |