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

Unified Diff: chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js

Issue 2447773002: Use setSequentialFocusNavigationStartingPoint in ChromeVox (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/common/chrome_extension_externs.js
diff --git a/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js b/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js
index ea0c15769d0974d380571cfa8bf86e53c2d50729..0768af5c599bdd4cbc8c43c4a3202b00841f835e 100644
--- a/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js
+++ b/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js
@@ -535,6 +535,10 @@ chrome.automation.AutomationNode.prototype.focus = function() {};
chrome.automation.AutomationNode.prototype.showContextMenu = function() {};
+chrome.automation.AutomationNode.prototype
+ .setSequentialFocusNavigationStartingPoint = function() {};
+
+
/**
* @param {number} start
* @param {number} end

Powered by Google App Engine
This is Rietveld 408576698