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

Unified Diff: chrome/browser/ui/aura/accessibility/automation_manager_aura.cc

Issue 1232643003: Give automation API access to browser plugin objects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile error Created 5 years, 5 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/ui/aura/accessibility/automation_manager_aura.cc
diff --git a/chrome/browser/ui/aura/accessibility/automation_manager_aura.cc b/chrome/browser/ui/aura/accessibility/automation_manager_aura.cc
index 958197370403460b7903dee4e7972ef05df60388..5bc04e7b7ead5acd6f788ec6e1617e76faf86abf 100644
--- a/chrome/browser/ui/aura/accessibility/automation_manager_aura.cc
+++ b/chrome/browser/ui/aura/accessibility/automation_manager_aura.cc
@@ -140,6 +140,7 @@ void AutomationManagerAura::SendEvent(BrowserContext* context,
// TODO(dtseng): Would idealy define these special desktop constants in idl.
content::AXEventNotificationDetails detail(
update.node_id_to_clear, update.nodes, event_type, aura_obj->GetID(),
+ std::map<int32, int>(),
0, /* process_id */
0 /* routing_id */);
std::vector<content::AXEventNotificationDetails> details;

Powered by Google App Engine
This is Rietveld 408576698