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

Unified Diff: ash/common/accessibility_delegate.h

Issue 2396913002: Stop chromevox audio and clear focus highlight on switch to arc app (Closed)
Patch Set: 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
« no previous file with comments | « ash/ash_touch_exploration_manager_chromeos.cc ('k') | ash/common/default_accessibility_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/accessibility_delegate.h
diff --git a/ash/common/accessibility_delegate.h b/ash/common/accessibility_delegate.h
index 0de724f727f478d2c7f19900ae054978d268dcf7..36ea7080e177241a45ae30b532784bf382bd105a 100644
--- a/ash/common/accessibility_delegate.h
+++ b/ash/common/accessibility_delegate.h
@@ -105,6 +105,9 @@ class ASH_EXPORT AccessibilityDelegate {
// Cancel all current and queued speech immediately.
virtual void SilenceSpokenFeedback() const = 0;
+ // Clear the focus highlight
+ virtual void ClearFocusHighlight() const = 0;
+
// Saves the zoom scale of the full screen magnifier.
virtual void SaveScreenMagnifierScale(double scale) = 0;
« no previous file with comments | « ash/ash_touch_exploration_manager_chromeos.cc ('k') | ash/common/default_accessibility_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698