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

Unified Diff: chrome/browser/resources/print_preview/settings/other_options_settings.html

Issue 11818062: Adds option to enable CSS backgrounds for printing. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Merge with trunk. Created 7 years, 11 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/settings/other_options_settings.html
diff --git a/chrome/browser/resources/print_preview/settings/other_options_settings.html b/chrome/browser/resources/print_preview/settings/other_options_settings.html
index 1b961b492d207d941e9c06e219c9425712e727e5..f136cfea9e8f7c84f1b90162f8b88b610ee96318 100644
--- a/chrome/browser/resources/print_preview/settings/other_options_settings.html
+++ b/chrome/browser/resources/print_preview/settings/other_options_settings.html
@@ -20,5 +20,11 @@
<span i18n-content="optionTwoSided"></span>
</label>
</div>
+ <div class="css-background-container checkbox">
+ <label aria-live="polite">
+ <input class="css-background-checkbox" type="checkbox">
+ <span i18n-content="optionBackgroundColorsAndImages"></span>
+ </label>
+ </div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698