| 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 4abb18e97a4ac585547f2e8c45149e6445243a62..df06e8b6e7458f15c155d1566d725af21d385daa 100644
|
| --- a/chrome/browser/resources/print_preview/data/app_state.js
|
| +++ b/chrome/browser/resources/print_preview/data/app_state.js
|
| @@ -215,9 +215,6 @@ cr.define('print_preview', function() {
|
| this.state_[AppState.Field.RECENT_DESTINATIONS].length =
|
| AppState.NUM_DESTINATIONS_;
|
| }
|
| - if (!loadTimeData.getBoolean('scalingEnabled'))
|
| - this.state_[AppState.Field.SCALING] = 100;
|
| -
|
| },
|
|
|
| /**
|
|
|