| Index: chrome/browser/resources/ntp4/apps_page.js
|
| diff --git a/chrome/browser/resources/ntp4/apps_page.js b/chrome/browser/resources/ntp4/apps_page.js
|
| index 47ddf64522ff985863e9b1011c31aa63225f7748..42197a07ac2b99f25175523a9389428d74e9ff0b 100644
|
| --- a/chrome/browser/resources/ntp4/apps_page.js
|
| +++ b/chrome/browser/resources/ntp4/apps_page.js
|
| @@ -413,7 +413,7 @@ cr.define('ntp', function() {
|
| * @private
|
| */
|
| onKeydown_: function(e) {
|
| - if (e.keyIdentifier == 'Enter') {
|
| + if (e.key == 'Enter') {
|
| chrome.send('launchApp',
|
| [this.appId, APP_LAUNCH.NTP_APPS_MAXIMIZED, '',
|
| 0, e.altKey, e.ctrlKey, e.metaKey, e.shiftKey]);
|
|
|