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

Unified Diff: printing/print_settings.cc

Issue 7737029: PrintPreview: Remove unwanted member variable initializations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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 | « no previous file | no next file » | 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 c219504083d7925d98d1e71b5d9839cd61843942..97de679239fe01f0a4f18d14c8fdaa4621ece9ab 100644
--- a/printing/print_settings.cc
+++ b/printing/print_settings.cc
@@ -18,9 +18,6 @@ PrintSettings::PrintSettings()
desired_dpi(72),
selection_only(false),
use_overlays(true),
- date(),
- title(),
- url(),
display_header_footer(false),
dpi_(0),
landscape_(false),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698