| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| index f25713acdadbf4c645d228e4ac51532974ae963b..747892da2d52967ab55e2d955bb5f98f67baff77 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| @@ -529,7 +529,7 @@ Output.RULES = {
|
| '@describe_depth($hierarchicalLevel)'
|
| },
|
| window: {
|
| - enter: '$name',
|
| + enter: '@describe_window($name)',
|
| speak: '@describe_window($name) $earcon(OBJECT_OPEN)'
|
| }
|
| },
|
|
|