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

Unified Diff: chrome/browser/ui/ash/accessibility/automation_manager_ash.h

Issue 743273002: Various changes required to support ChromeVox Next to read Views and Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years 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/ash/accessibility/automation_manager_ash.h
diff --git a/chrome/browser/ui/ash/accessibility/automation_manager_ash.h b/chrome/browser/ui/ash/accessibility/automation_manager_ash.h
index 1dbee1e66d628cfeea46631f03fddde5e18670b6..85dfad9bdbfdad5ea026cb113cc749c8eb245da8 100644
--- a/chrome/browser/ui/ash/accessibility/automation_manager_ash.h
+++ b/chrome/browser/ui/ash/accessibility/automation_manager_ash.h
@@ -39,6 +39,8 @@ class AutomationManagerAsh : public extensions::AutomationActionAdapter {
views::View* view,
ui::AXEvent event_type);
+ void HandleAlert(content::BrowserContext* context, const std::string& text);
+
// AutomationActionAdapter implementation.
void DoDefault(int32 id) override;
void Focus(int32 id) override;

Powered by Google App Engine
This is Rietveld 408576698