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

Unified Diff: cloud_print/gcp20/prototype/local_print_job.cc

Issue 23271004: GCP2.0 Device: Adding advanced printing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@local-printing
Patch Set: Created 7 years, 4 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 | « cloud_print/gcp20/prototype/local_print_job.h ('k') | cloud_print/gcp20/prototype/print_job_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/gcp20/prototype/local_print_job.cc
diff --git a/cloud_print/gcp20/prototype/local_print_job.cc b/cloud_print/gcp20/prototype/local_print_job.cc
index b795c30f42ae2e2b3b641e5d1f0d1f81e54bc778..cafdecf140721040f0cdd16780a7b22d24fcb69e 100644
--- a/cloud_print/gcp20/prototype/local_print_job.cc
+++ b/cloud_print/gcp20/prototype/local_print_job.cc
@@ -10,3 +10,9 @@ LocalPrintJob::LocalPrintJob() : offline(false) {
LocalPrintJob::~LocalPrintJob() {
}
+LocalPrintJob::Info::Info() : state(STATE_DRAFT), expires_in(-1) {
+}
+
+LocalPrintJob::Info::~Info() {
+}
+
« no previous file with comments | « cloud_print/gcp20/prototype/local_print_job.h ('k') | cloud_print/gcp20/prototype/print_job_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698