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

Unified Diff: chrome/browser/printing/printer_query.cc

Issue 6510007: Printing: Delete dead code in PrintJob and cleanup corresponding code in Prin... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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 | « chrome/browser/printing/printer_query.h ('k') | printing/printing_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/printing/printer_query.cc
===================================================================
--- chrome/browser/printing/printer_query.cc (revision 74700)
+++ chrome/browser/printing/printer_query.cc (working copy)
@@ -118,10 +118,6 @@
}
}
-bool PrinterQuery::is_print_dialog_box_shown() const {
- return is_print_dialog_box_shown_;
-}
-
bool PrinterQuery::is_callback_pending() const {
return callback_.get() != NULL;
}
« no previous file with comments | « chrome/browser/printing/printer_query.h ('k') | printing/printing_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698