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 837e2c0a81487e25526e817df2a06b94d7ad8b91..8ed968c19c08ba37cf13953786297c71fbc0d55c 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. |