| 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 9ccfa72252babed412ecded3411d0c0fb721f35a..1f26b67974e5fb4540ec98788d07edd66330ea66 100644
|
| --- a/chrome/browser/resources/print_preview/data/app_state.js
|
| +++ b/chrome/browser/resources/print_preview/data/app_state.js
|
| @@ -95,7 +95,7 @@ cr.define('print_preview', function() {
|
| * @const
|
| * @private
|
| */
|
| - AppState.VERSION_ = 2;
|
| + AppState.VERSION_ = 3;
|
|
|
| /**
|
| * Enumeration of field names for serialized app state.
|
| @@ -199,6 +199,7 @@ cr.define('print_preview', function() {
|
| if (state[AppState.Field_.VERSION] == AppState.VERSION_) {
|
| this.selectedDestinationId_ =
|
| state[AppState.Field_.SELECTED_DESTINATION_ID] || null;
|
| + state[AppState.Field_.SELECTED_DESTINATION_ORIGIN] || null;
|
| if (state.hasOwnProperty(
|
| AppState.Field_.IS_SELECTED_DESTINATION_LOCAL)) {
|
| this.selectedDestinationOrigin_ =
|
|
|