| 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..fbc65d197a142f8f7abd9fd16c415c9a0c554779 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 pref" name="useNext"></input>
|
| + <label id="useNextLabel" class="i18n" msgid="options_use_next_label">
|
| + Use the new ChromeVox experience (beta)
|
| + </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.
|
|
|