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

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

Issue 2092743002: Revert of Make ChromeVox Next a setting in options page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 fbc65d197a142f8f7abd9fd16c415c9a0c554779..268d02ddb06d996a470a386c92eef81957a0c002 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.html
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.html
@@ -59,13 +59,6 @@
<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)
</label>
</div>

Powered by Google App Engine
This is Rietveld 408576698