| 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 fbc65d197a142f8f7abd9fd16c415c9a0c554779..19dd72fc3ae35ca7cc6a43b124079e5cf8d60165 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.html
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.html
|
| @@ -56,13 +56,6 @@
|
| </div>
|
|
|
| <div class="option">
|
| - <input id="outputContextFirst" aria-labelledby="outputContextFirstLabel" type="checkbox" class="checkbox pref" name="outputContextFirst"></input>
|
| - <label id="outputContextFirstLabel" class="i18n" msgid="options_output_context_first">
|
| - Display an item's context before other information (such as its name).
|
| - </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)
|
|
|