Index: chrome/browser/resources/print_preview/data/app_state.js |
diff --git a/chrome/browser/resources/print_preview/data/app_state.js b/chrome/browser/resources/print_preview/data/app_state.js |
index a604e9d8e4436003cbc20844285507d624f20fa3..c6ebfd5234fc2bca7765bf6552c69cc19c69adf5 100644 |
--- a/chrome/browser/resources/print_preview/data/app_state.js |
+++ b/chrome/browser/resources/print_preview/data/app_state.js |
@@ -48,6 +48,7 @@ cr.define('print_preview', function() { |
CUSTOM_MARGINS: 'customMargins', |
IS_COLOR_ENABLED: 'isColorEnabled', |
IS_DUPLEX_ENABLED: 'isDuplexEnabled', |
+ IS_PRINT_FRIENDLY_ENABLED: 'isPrintFriendlyEnabled', |
IS_HEADER_FOOTER_ENABLED: 'isHeaderFooterEnabled', |
IS_LANDSCAPE_ENABLED: 'isLandscapeEnabled', |
IS_COLLATE_ENABLED: 'isCollateEnabled', |