| Index: chrome/browser/chromeos/accessibility/accessibility_manager.h
|
| diff --git a/chrome/browser/chromeos/accessibility/accessibility_manager.h b/chrome/browser/chromeos/accessibility/accessibility_manager.h
|
| index 87684cbe1449466f9987428bee65d6ee29581f9c..b134fbfeb7f06184b86441581d2c21dcace024b7 100644
|
| --- a/chrome/browser/chromeos/accessibility/accessibility_manager.h
|
| +++ b/chrome/browser/chromeos/accessibility/accessibility_manager.h
|
| @@ -25,6 +25,7 @@
|
| #include "extensions/browser/event_router.h"
|
| #include "extensions/browser/extension_system.h"
|
| #include "ui/base/ime/chromeos/input_method_manager.h"
|
| +#include "ui/gfx/geometry/rect.h"
|
|
|
| namespace content {
|
| class RenderViewHost;
|
| @@ -257,6 +258,9 @@ class AccessibilityManager
|
| // Play tick sound indicating spoken feedback will be toggled after countdown.
|
| bool PlaySpokenFeedbackToggleCountdown(int tick_count);
|
|
|
| + // Notify that a view is focused in arc.
|
| + void OnViewFocusedInArc(const gfx::Rect& bounds);
|
| +
|
| // Plays an earcon. Earcons are brief and distinctive sounds that indicate
|
| // when their mapped event has occurred. The sound key enums can be found in
|
| // chromeos/audio/chromeos_sounds.h.
|
|
|