Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(186)

Unified Diff: chrome/browser/resources/print_preview/data/app_state.js

Issue 2834453004: Remove print preview scaling flag (Closed)
Patch Set: Move comment Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
-
},
/**

Powered by Google App Engine
This is Rietveld 408576698