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

Unified Diff: chrome/browser/resources/print_preview/copies_settings.html

Issue 8918013: PrintPreview: Check the collate checkbox by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_preview/copies_settings.html
diff --git a/chrome/browser/resources/print_preview/copies_settings.html b/chrome/browser/resources/print_preview/copies_settings.html
index 1d10b3f04af23d820bc52f586e9647a768269f62..4ac5d2f611648e84b947e9f82c1771b8d28201a7 100644
--- a/chrome/browser/resources/print_preview/copies_settings.html
+++ b/chrome/browser/resources/print_preview/copies_settings.html
@@ -8,7 +8,7 @@
<button id="decrement"
i18n-values="title:decrementTitle;">–</button>
<label id="collate-option" aria-live="polite" hidden>
- <input id="collate" type="checkbox">
+ <input id="collate" type="checkbox" checked>
<span i18n-content="optionCollate"></span>
</label>
</div>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698