| Index: ash/shell_delegate.h
|
| diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
|
| index db7d634e8dbf8de410d3151150a85a6507901e3f..07990bfea6f47c908c4d4ca9fdcad98d9cbfc937 100644
|
| --- a/ash/shell_delegate.h
|
| +++ b/ash/shell_delegate.h
|
| @@ -56,6 +56,9 @@ class ASH_EXPORT ShellDelegate {
|
| // Returns true if the screen is currently locked.
|
| virtual bool IsScreenLocked() const = 0;
|
|
|
| + // Returns true if spoken feedback is enabled.
|
| + virtual bool IsSpokenFeedbackEnabled() const = 0;
|
| +
|
| // Shuts down the environment.
|
| virtual void Shutdown() = 0;
|
|
|
|
|