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

Unified Diff: chrome/browser/resources/chromeos/chromevox/cvox2/background/i_search.js

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/i_search.js
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/i_search.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/i_search.js
index f56cbf767db938f8ce2cdb35615b26799322f73a..1ccffac9f7f98517f013a8338a82fd9e409981b5 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/i_search.js
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/i_search.js
@@ -114,7 +114,7 @@
ISearchUI = function(input) {
/** @type {ChromeVoxState} */
this.background_ =
- chrome.extension.getBackgroundPage()['ChromeVoxState']['instance'];
+ chrome.extension.getBackgroundPage()['global']['backgroundObj'];
this.iSearch_ = new ISearch(this.background_.currentRange.start.node);
this.input_ = input;
this.dir_ = Dir.FORWARD;

Powered by Google App Engine
This is Rietveld 408576698