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

Unified Diff: chrome/browser/extensions/api/automation_internal/automation_event_router.h

Issue 2255093005: Pass accessible location change messages to the automation API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Speculative fix to cast_shell Created 4 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/extensions/api/automation_internal/automation_event_router.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/automation_internal/automation_event_router.h
diff --git a/chrome/browser/extensions/api/automation_internal/automation_event_router.h b/chrome/browser/extensions/api/automation_internal/automation_event_router.h
index a91a6eec41306ddaa767d7de9f8119c4eb94e0e1..be7fc766c2aa4f607f0786ffac5d8fd10e55122e 100644
--- a/chrome/browser/extensions/api/automation_internal/automation_event_router.h
+++ b/chrome/browser/extensions/api/automation_internal/automation_event_router.h
@@ -23,6 +23,7 @@ class BrowserContext;
} // namespace content
struct ExtensionMsg_AccessibilityEventParams;
+struct ExtensionMsg_AccessibilityLocationChangeParams;
namespace extensions {
struct AutomationListener;
@@ -51,6 +52,9 @@ class AutomationEventRouter : public content::NotificationObserver {
void DispatchAccessibilityEvent(
const ExtensionMsg_AccessibilityEventParams& params);
+ void DispatchAccessibilityLocationChange(
+ const ExtensionMsg_AccessibilityLocationChangeParams& params);
+
// Notify all automation extensions that an accessibility tree was
// destroyed. If |browser_context| is null,
void DispatchTreeDestroyedEvent(
« no previous file with comments | « no previous file | chrome/browser/extensions/api/automation_internal/automation_event_router.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698