| Index: cloud_print/gcp20/prototype/print_job_handler.cc
|
| diff --git a/cloud_print/gcp20/prototype/print_job_handler.cc b/cloud_print/gcp20/prototype/print_job_handler.cc
|
| index a82f26f88873d9d34ee3ce5da4cab4b5bfcf5335..5666143bebae5e24640ced6c2e335510a763e54c 100644
|
| --- a/cloud_print/gcp20/prototype/print_job_handler.cc
|
| +++ b/cloud_print/gcp20/prototype/print_job_handler.cc
|
| @@ -23,7 +23,7 @@ const int kLocalPrintJobExpirationSec = 20;
|
| const int kErrorTimeoutSec = 30;
|
|
|
| // Errors simulation constants:
|
| -const double kPaperJamProbability = 0.2;
|
| +const double kPaperJamProbability = 1.0;
|
| const int kTooManyDraftsTimeout = 10;
|
| const size_t kMaxDrafts = 5;
|
|
|
| @@ -321,4 +321,3 @@ void PrintJobHandler::ForgetDraft(const std::string& id) {
|
| void PrintJobHandler::ForgetLocalJob(const std::string& id) {
|
| jobs.erase(id);
|
| }
|
| -
|
|
|