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

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

Issue 2426193003: Re-land: Create AXAction and AXActionData as a way to simplify accessibility actions (Closed)
Patch Set: Rebase 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/ui/aura/accessibility/automation_manager_aura.h
diff --git a/chrome/browser/ui/aura/accessibility/automation_manager_aura.h b/chrome/browser/ui/aura/accessibility/automation_manager_aura.h
index 19da0e9ab5b7684589ee0b63089c12d445447c41..faba94aba0dc8e8b23eee7ff33092de8bfa8d501 100644
--- a/chrome/browser/ui/aura/accessibility/automation_manager_aura.h
+++ b/chrome/browser/ui/aura/accessibility/automation_manager_aura.h
@@ -55,14 +55,7 @@ class AutomationManagerAura : public extensions::AutomationActionAdapter,
void HandleAlert(content::BrowserContext* context, const std::string& text);
// AutomationActionAdapter implementation.
- void DoDefault(int32_t id) override;
- void Focus(int32_t id) override;
- void MakeVisible(int32_t id) override;
- void SetSelection(int32_t anchor_id,
- int32_t anchor_offset,
- int32_t focus_id,
- int32_t focus_offset) override;
- void ShowContextMenu(int32_t id) override;
+ void PerformAction(const ui::AXActionData& data) override;
// views::AXAuraObjCache::Delegate implementation.
void OnChildWindowRemoved(views::AXAuraObjWrapper* parent) override;

Powered by Google App Engine
This is Rietveld 408576698