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

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

Issue 2829973002: add customized printing setting for headless (Closed)
Patch Set: add skia as public_deps instead Created 3 years, 7 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
« no previous file with comments | « no previous file | components/printing/renderer/print_web_view_helper.h » ('j') | headless/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_preview/settings/scaling_settings.html
diff --git a/chrome/browser/resources/print_preview/settings/scaling_settings.html b/chrome/browser/resources/print_preview/settings/scaling_settings.html
index 26b3f2a5351e395d00efe5dc148f36050a4b3fc6..668f765f023e5b499aef0508f2040d40aa59944f 100644
--- a/chrome/browser/resources/print_preview/settings/scaling_settings.html
+++ b/chrome/browser/resources/print_preview/settings/scaling_settings.html
@@ -4,6 +4,9 @@
</div>
<div class="right-column">
<div class="settings-box">
+ <!-- The max and min value should match the ones in
+ headless_devtools_manager_delegate.cc.
+ Update both files at the same time -->
<input class="user-value" aria-labelledby="scaling-label"
type="number" value="100" max="200" min="10" maxlength="3">
</div>
« no previous file with comments | « no previous file | components/printing/renderer/print_web_view_helper.h » ('j') | headless/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698