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

Unified Diff: printing/print_job_constants.h

Issue 8428005: Print Preview: Making margin selection sticky (part 1/2). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nit Created 9 years, 2 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 | « chrome/browser/ui/webui/print_preview_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
+ CUSTOM_MARGINS,
};
} // namespace printing
« no previous file with comments | « chrome/browser/ui/webui/print_preview_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698