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

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

Issue 2447773002: Use setSequentialFocusNavigationStartingPoint in ChromeVox (Closed)
Patch Set: Links or controls 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 8094ddcc3b3849d39badf0b55b1899bd6d1a785b..c918aab0b052314828efbfd32fe150a27d823933 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