Merge "Restore keyboard shortcut for expand all diff context"
diff --git a/polygerrit-ui/app/elements/change/gr-change-view/gr-change-view.js b/polygerrit-ui/app/elements/change/gr-change-view/gr-change-view.js
index 2cd03f5..af542e0 100644
--- a/polygerrit-ui/app/elements/change/gr-change-view/gr-change-view.js
+++ b/polygerrit-ui/app/elements/change/gr-change-view/gr-change-view.js
@@ -437,6 +437,7 @@
       [this.Shortcut.UP_TO_DASHBOARD]: '_handleUpToDashboard',
       [this.Shortcut.EXPAND_ALL_MESSAGES]: '_handleExpandAllMessages',
       [this.Shortcut.COLLAPSE_ALL_MESSAGES]: '_handleCollapseAllMessages',
+      [this.Shortcut.EXPAND_ALL_DIFF_CONTEXT]: '_expandAllDiffs',
       [this.Shortcut.OPEN_DIFF_PREFS]: '_handleOpenDiffPrefsShortcut',
       [this.Shortcut.EDIT_TOPIC]: '_handleEditTopic',
       [this.Shortcut.DIFF_AGAINST_BASE]: '_handleDiffAgainstBase',