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

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

Issue 2861713004: Print Preview: Fix compile errors in settings/ directory (Closed)
Patch Set: Address comments and fix remaining lint errors 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/settings/margin_settings.html
diff --git a/chrome/browser/resources/print_preview/settings/margin_settings.html b/chrome/browser/resources/print_preview/settings/margin_settings.html
index 164d01ced286e81e281ae463347eea04e5b40e93..e288c8319c58d379232c23681dd9c5bb8bfd4d71 100644
--- a/chrome/browser/resources/print_preview/settings/margin_settings.html
+++ b/chrome/browser/resources/print_preview/settings/margin_settings.html
@@ -5,7 +5,7 @@
<div class="right-column">
<select class="margin-settings-select" aria-labelledby="margin-label">
<!-- The order of these options must match the natural order of their
- values, which come from print_preview.ticket_items.MarginsType.Value. -->
+ values, which come from print_preview.ticket_items.MarginsTypeValue. -->
<option value="0" selected>$i18n{defaultMargins}</option>
<option value="1">$i18n{noMargins}</option>
<option value="2">$i18n{minimumMargins}</option>

Powered by Google App Engine
This is Rietveld 408576698