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

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

Issue 2079073002: Make ChromeVox Next a setting in options page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: m 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/tabs_api_handler.js
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/background/tabs_api_handler.js b/chrome/browser/resources/chromeos/chromevox/chromevox/background/tabs_api_handler.js
index d084d5bc12fd3209d86ab37eff77dfc7d0a55659..aee34958b368db3f9e76daaa3813df7932ec342e 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/tabs_api_handler.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/tabs_api_handler.js
@@ -226,7 +226,7 @@ cvox.TabsApiHandler.prototype = {
if (!tab)
return;
- global.backgroundObj.refreshMode(tab);
+ global.backgroundObj.setCurrentRange(cursors.Range.fromNode(tab));
dmazzoni 2016/06/21 21:21:02 What breaks if we just delete this? Shouldn't we b
David Tseng 2016/06/21 22:41:32 Pages that don't fire load completes reliably (tha
});
},

Powered by Google App Engine
This is Rietveld 408576698