| Index: chrome/browser/resources/print_preview/print_preview.js
|
| diff --git a/chrome/browser/resources/print_preview/print_preview.js b/chrome/browser/resources/print_preview/print_preview.js
|
| index 824b5dc24883aca377b410cb559574775e2ee582..b12bec60a4ca325ba0f88e3d8a560c19bcc594fb 100644
|
| --- a/chrome/browser/resources/print_preview/print_preview.js
|
| +++ b/chrome/browser/resources/print_preview/print_preview.js
|
| @@ -116,6 +116,8 @@ var customEvents = {
|
| MARGIN_TEXTBOX_FOCUSED: 'marginTextboxFocused',
|
| // Fired when a new preview might be needed because of margin changes.
|
| MARGINS_MAY_HAVE_CHANGED: 'marginsMayHaveChanged',
|
| + // Fired when the margins selection in the dropdown changes.
|
| + MARGINS_SELECTION_CHANGED: 'marginsSelectionChanged',
|
| // Fired when a pdf generation related error occurs.
|
| PDF_GENERATION_ERROR: 'PDFGenerationError',
|
| // Fired once the first page of the pdf document is loaded in the plugin.
|
|
|