Index: chrome/browser/resources/pdf/pdf.js |
diff --git a/chrome/browser/resources/pdf/pdf.js b/chrome/browser/resources/pdf/pdf.js |
index 3a35c97e2087d6e44f818152fdf9effd77220947..9c0733f759536dda97915fe63db59f71e129aa45 100644 |
--- a/chrome/browser/resources/pdf/pdf.js |
+++ b/chrome/browser/resources/pdf/pdf.js |
@@ -176,6 +176,7 @@ PDFViewer.prototype = { |
this.viewport.position = position; |
} |
return; |
+ case 32: // Space key. |
case 34: // Page down key. |
// Go to the next page if we are fit-to-page. |
if (this.viewport_.fittingType == Viewport.FittingType.FIT_TO_PAGE) { |