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

Unified Diff: chrome/common/extensions/api/automation.idl

Issue 2795083003: Add support for in-page links in ChromeVox. (Closed)
Patch Set: Address feedback. Created 3 years, 8 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/common/extensions/api/automation.idl
diff --git a/chrome/common/extensions/api/automation.idl b/chrome/common/extensions/api/automation.idl
index 318c6e0e8bb3adf0a0b6d892b4c9e2a2e841154f..6542b21e1fe2cc65a630e57a2197497352344669 100644
--- a/chrome/common/extensions/api/automation.idl
+++ b/chrome/common/extensions/api/automation.idl
@@ -442,6 +442,9 @@
// applicable
AutomationNode? activeDescendant;
+ // The target of an in page link.
+ AutomationNode? inPageLinkTarget;
+
//
// Link attributes.
//

Powered by Google App Engine
This is Rietveld 408576698