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

Unified Diff: printing/print_settings.cc

Issue 2788343003: Remove desired DPI (Closed)
Patch Set: Created 3 years, 9 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 | « printing/print_settings.h ('k') | printing/print_settings_conversion.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/print_settings.cc
diff --git a/printing/print_settings.cc b/printing/print_settings.cc
index 37233be7ab2010bc181b162caf80c2bf0bd90987..008e01819fa4d6bde99b627d0477c1192525409d 100644
--- a/printing/print_settings.cc
+++ b/printing/print_settings.cc
@@ -159,7 +159,6 @@ PrintSettings::~PrintSettings() {
void PrintSettings::Clear() {
ranges_.clear();
- desired_dpi_ = 72;
selection_only_ = false;
margin_type_ = DEFAULT_MARGINS;
title_.clear();
« no previous file with comments | « printing/print_settings.h ('k') | printing/print_settings_conversion.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698