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 360b77124bd49c97289b3155a44b8fe293b4b9b4..c10284342b3ce89b53befae1f81e93287b0c9ff5 100644 |
--- a/chrome/browser/resources/print_preview/data/app_state.js |
+++ b/chrome/browser/resources/print_preview/data/app_state.js |
@@ -40,6 +40,7 @@ cr.define('print_preview', function() { |
SELECTED_DESTINATION_CAPABILITIES: 'selectedDestinationCapabilities', |
SELECTED_DESTINATION_NAME: 'selectedDestinationName', |
IS_GCP_PROMO_DISMISSED: 'isGcpPromoDismissed', |
+ MEDIA_SIZE: 'mediaSize', |
MARGINS_TYPE: 'marginsType', |
CUSTOM_MARGINS: 'customMargins', |
IS_COLOR_ENABLED: 'isColorEnabled', |