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

Unified Diff: chrome/browser/resources/chromeos/chromevox/cvox2/background/live_regions_test.extjs

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/cvox2/background/live_regions_test.extjs
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/live_regions_test.extjs b/chrome/browser/resources/chromeos/chromevox/cvox2/background/live_regions_test.extjs
index 050414f397f709a2e1ee7f5055e8ecb769d8a913..4f5fb34f3bb702fdd6468602d8541dc2c726a010 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/live_regions_test.extjs
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/live_regions_test.extjs
@@ -22,7 +22,7 @@
/** @override */
setUp: function() {
- ChromeVoxState.instance.toggleNext(true);
+ global.backgroundObj.forceChromeVoxNextActive();
window.RoleType = chrome.automation.RoleType;
},
@@ -43,7 +43,7 @@
*/
doCmd: function(cmd) {
return function() {
- ChromeVoxState.instance.onGotCommand(cmd);
+ global.backgroundObj.onGotCommand(cmd);
};
},
};

Powered by Google App Engine
This is Rietveld 408576698