| Index: third_party/google_input_tools/src/chrome/os/inputview/elements/content/modifierkey.js
|
| diff --git a/third_party/google_input_tools/src/chrome/os/inputview/elements/content/modifierkey.js b/third_party/google_input_tools/src/chrome/os/inputview/elements/content/modifierkey.js
|
| index 337aec608174420160296a18b3e3bfa1a4ad08dc..47cd6ba9aa1815942891124e6c6c592c7b5d28c9 100644
|
| --- a/third_party/google_input_tools/src/chrome/os/inputview/elements/content/modifierkey.js
|
| +++ b/third_party/google_input_tools/src/chrome/os/inputview/elements/content/modifierkey.js
|
| @@ -108,10 +108,6 @@ ModifierKey.prototype.createDom = function() {
|
| dom.appendChild(this.tableCell, this.dotIcon_);
|
| }
|
|
|
| - if (this.toState == i18n.input.chrome.inputview.StateType.SHIFT) {
|
| - this.disableBackgroundHighlight();
|
| - }
|
| -
|
| this.setAriaLabel(this.getChromeVoxMessage());
|
| };
|
|
|
|
|