Chromium Code Reviews| Index: printing/print_job_constants.h |
| diff --git a/printing/print_job_constants.h b/printing/print_job_constants.h |
| index b39aed516474807de11f079d83a7b05cd004d1e6..a44fcbfc071a41c116c207e16e52e2e058c2892c 100644 |
| --- a/printing/print_job_constants.h |
| +++ b/printing/print_job_constants.h |
| @@ -118,8 +118,8 @@ enum ColorModels { |
| enum MarginType { |
| DEFAULT_MARGINS, // Default varies depending on headers being enabled or not |
| NO_MARGINS, |
| - CUSTOM_MARGINS, |
| PRINTABLE_AREA_MARGINS, |
|
kmadhusu
2011/11/01 17:17:57
Can you rename this as MINIMUM_MARGINS?
dpapad
2011/11/01 17:29:14
I think that the current name is more descriptive
|
| + CUSTOM_MARGINS, |
| }; |
| } // namespace printing |