| Index: chrome/browser/resources/print_preview/data/document_info.js
|
| diff --git a/chrome/browser/resources/print_preview/data/document_info.js b/chrome/browser/resources/print_preview/data/document_info.js
|
| index c27d10e461efa1322dedbf3405f7411f34b093d4..aef1d27ef2e72daa0a8c7dcf0058d53194178453 100644
|
| --- a/chrome/browser/resources/print_preview/data/document_info.js
|
| +++ b/chrome/browser/resources/print_preview/data/document_info.js
|
| @@ -20,7 +20,7 @@ cr.define('print_preview', function() {
|
| * Number of pages in the document to print.
|
| * @type {number}
|
| */
|
| - this.pageCount = 1;
|
| + this.pageCount = 0;
|
|
|
| /**
|
| * Size of the pages of the document in points.
|
|
|