Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2233)

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/background/options.html

Issue 2577473003: Implement auto read on load complete (Closed)
Patch Set: Implement auto read on load complete Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698