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

Unified Diff: printing/printing_context.cc

Issue 932543003: Remove unused code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mon Feb 23 10:34:33 PST 2015 Created 5 years, 10 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/printing_context.h ('k') | printing/printing_context_system_dialog_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printing_context.cc
diff --git a/printing/printing_context.cc b/printing/printing_context.cc
index 352882891cabd60dad4bfd563a3f0aec4878fd49..a589900610a5367444e21279dd9ce1278c224dc8 100644
--- a/printing/printing_context.cc
+++ b/printing/printing_context.cc
@@ -20,7 +20,6 @@ const float kCloudPrintMarginInch = 0.25;
PrintingContext::PrintingContext(Delegate* delegate)
: delegate_(delegate),
- dialog_box_dismissed_(false),
in_print_job_(false),
abort_printing_(false) {
CHECK(delegate_);
@@ -40,7 +39,6 @@ void PrintingContext::ResetSettings() {
settings_.Clear();
in_print_job_ = false;
- dialog_box_dismissed_ = false;
abort_printing_ = false;
}
« no previous file with comments | « printing/printing_context.h ('k') | printing/printing_context_system_dialog_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698