diff options
author | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-19 09:08:13 +0000 |
---|---|---|
committer | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-19 09:08:13 +0000 |
commit | 482059293fe85896b865754b710ff997e6b87222 (patch) | |
tree | 1ff8bfc0cdbb11b2066860d1d6fbd6969583fd99 /chrome/common | |
parent | 42113acd82c78ef8347f0b521886226ef77b35c7 (diff) | |
download | chromium_src-482059293fe85896b865754b710ff997e6b87222.zip chromium_src-482059293fe85896b865754b710ff997e6b87222.tar.gz chromium_src-482059293fe85896b865754b710ff997e6b87222.tar.bz2 |
Revert 97442 - Code to accept a print ticket on the command line.
It doesn't compile on chromeos (see http://build.chromium.org/p/chromium/builders/Linux%20Clang%20%28ChromiumOS%20dbg%29/builds/9570/steps/compile/logs/stdio, for example).
BUG=
TEST=
Review URL: http://codereview.chromium.org/7639024
TBR=abeera@google.com
Review URL: http://codereview.chromium.org/7689001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97445 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/chrome_switches.cc | 5 | ||||
-rw-r--r-- | chrome/common/chrome_switches.h | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 800efdc..c64afc3 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -126,11 +126,6 @@ const char kCloudPrintFile[] = "cloud-print-file"; // Defaults to "application/pdf" if unspecified. const char kCloudPrintFileType[] = "cloud-print-file-type"; -// Used with kCloudPrintFile to specify a JSON print ticket for the resulting -// print job. -// Defaults to null if unspecified. -const char kCloudPrintPrintTicket[] = "cloud-print-print-ticket"; - // Used with kCloudPrintFile to specify a title for the resulting print // job. const char kCloudPrintJobTitle[] = "cloud-print-job-title"; diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 74ac8da..ab81c2f 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -53,7 +53,6 @@ extern const char kCloudPrintDeleteFile[]; extern const char kCloudPrintFile[]; extern const char kCloudPrintJobTitle[]; extern const char kCloudPrintFileType[]; -extern const char kCloudPrintPrintTicket[]; extern const char kCloudPrintProxyId[]; extern const char kCloudPrintServiceURL[]; extern const char kComponentUpdaterDebug[]; |