summaryrefslogtreecommitdiffstats
path: root/cloud_print/gcp20/prototype/print_job_handler.h
diff options
context:
space:
mode:
authorvitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-21 19:34:54 +0000
committervitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-21 19:34:54 +0000
commit72ca2f71ab6843b124383ab7b81f4da4bd702c03 (patch)
treebe42a0538027379e9a3d42a43dd0c26667965423 /cloud_print/gcp20/prototype/print_job_handler.h
parentfcfdc8ed97e82d1ea87b7f4b8c7cd21092e2fa66 (diff)
downloadchromium_src-72ca2f71ab6843b124383ab7b81f4da4bd702c03.zip
chromium_src-72ca2f71ab6843b124383ab7b81f4da4bd702c03.tar.gz
chromium_src-72ca2f71ab6843b124383ab7b81f4da4bd702c03.tar.bz2
Improvements in GCP 2.0 prototype.
Fixed path to store print jobs, path format was not compatible with windows. CDD updated with more capabilities. Save/Load CDD to state file to allow manual edits. Review URL: https://codereview.chromium.org/78713008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236571 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cloud_print/gcp20/prototype/print_job_handler.h')
-rw-r--r--cloud_print/gcp20/prototype/print_job_handler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cloud_print/gcp20/prototype/print_job_handler.h b/cloud_print/gcp20/prototype/print_job_handler.h
index 61c043a..1156803 100644
--- a/cloud_print/gcp20/prototype/print_job_handler.h
+++ b/cloud_print/gcp20/prototype/print_job_handler.h
@@ -58,7 +58,6 @@ class PrintJobHandler : public base::SupportsWeakPtr<PrintJobHandler> {
const std::string& ticket,
const base::Time& create_time,
const std::string& id,
- const std::string& job_name_suffix,
const std::string& title,
const std::string& file_extension);