| 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 2ab391f24b7fb84416047ba0c5e7ec3c3c69cef2..df74060afd13ced520b972cb43d5cc936b72ba15 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.html
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.html
|
| @@ -34,6 +34,13 @@
|
| </label>
|
| </div>
|
|
|
| + <div class="option">
|
| + <input id="autoRead" type="checkbox" class="checkbox pref" name="autoRead"></input>
|
| + <label for="autoRead" class="i18n" msgid="options_auto_read">
|
| + Automatically read a page after it finishes loading.
|
| + </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.
|
|
|