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

Unified Diff: chrome/service/cloud_print/printer_job_handler.cc

Issue 1053663003: Cleanup: Remove unused variables in chrome/ found by Scythe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « chrome/service/cloud_print/printer_job_handler.h ('k') | chrome/utility/image_writer/error_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/cloud_print/printer_job_handler.cc
diff --git a/chrome/service/cloud_print/printer_job_handler.cc b/chrome/service/cloud_print/printer_job_handler.cc
index c243f236ad2ff05188b95ba821cbd610d872a0be..95dfb553f1fdb2ca526ce471ec37862a1e35a59b 100644
--- a/chrome/service/cloud_print/printer_job_handler.cc
+++ b/chrome/service/cloud_print/printer_job_handler.cc
@@ -71,7 +71,6 @@ PrinterJobHandler::PrinterJobHandler(
local_job_id_(-1),
next_json_data_handler_(NULL),
next_data_handler_(NULL),
- server_error_count_(0),
print_thread_("Chrome_CloudPrintJobPrintThread"),
job_handler_message_loop_proxy_(
base::MessageLoopProxy::current()),
« no previous file with comments | « chrome/service/cloud_print/printer_job_handler.h ('k') | chrome/utility/image_writer/error_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698