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> |