Chromium Code Reviews| Index: chrome/browser/resources/chromeos/chromevox/chromevox/background/options.html |
| diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.html b/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.html |
| index 268d02ddb06d996a470a386c92eef81957a0c002..c37982c6d7796ea766ee6bc7e9de43cf14999153 100644 |
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.html |
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.html |
| @@ -62,6 +62,13 @@ |
| </label> |
| </div> |
| + <div class="option"> |
| + <input id="useNext" aria-labelledby="useNextLabel" type="checkbox" class="checkbox" name="useNext"></input> |
| + <label id="useNextLabel" class="i18n" msgid="options_use_next_label"> |
| + Use the new ChromeVox experience (beta) |
|
dmazzoni
2016/06/20 19:49:03
This should maybe say ChromeVox Next since we're c
David Tseng
2016/06/20 22:31:07
Done.
|
| + </label> |
| + </div> |
| + |
| <h2 class="i18n" msgid="options_voices">Voices</h2> |
| <p class="i18n description" msgid="options_voices_description" id="voices_description"> |
| Change the current voice by selecting an option from the list below. |