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

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

Issue 2438893004: Revert of Make ChromeVox Next the default ChromeVox experience (Closed)
Patch Set: Created 4 years, 2 months 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
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 6d189e80e1e66fd6ac8d778e4697964d64be11fd..19dd72fc3ae35ca7cc6a43b124079e5cf8d60165 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.html
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.html
@@ -55,6 +55,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.
@@ -104,6 +111,15 @@
<br><br>
</div>
+ <p class="i18n description" msgid="options_shortcuts_description"
+ id="shortcuts_description">
+ Customize keyboard shortcuts for frequently used commands by typing them into the
+ corresponding fields below.
+ </p>
+
+ <div id="keysContainer">
+
+ </div>
<div id="status" role="live" aria-live="assertive">
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698