diff options
author | abeera@google.com <abeera@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-20 04:05:56 +0000 |
---|---|---|
committer | abeera@google.com <abeera@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-20 04:05:56 +0000 |
commit | e8368e995e5be4ea449491baa7249ae5fb5afb6c (patch) | |
tree | b6501b459be505db1c75a4e83b0a2a31bf670af8 /chrome/common/chrome_switches.h | |
parent | 46544eee1ba9fbc99762c5f776e9e3fdb0ec0351 (diff) | |
download | chromium_src-e8368e995e5be4ea449491baa7249ae5fb5afb6c.zip chromium_src-e8368e995e5be4ea449491baa7249ae5fb5afb6c.tar.gz chromium_src-e8368e995e5be4ea449491baa7249ae5fb5afb6c.tar.bz2 |
Code to accept a print ticket on the command line.
Used for the cloud print virtual drivers. Also modifies the relevant tests.
BUG=
TEST=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=97442
Review URL: http://codereview.chromium.org/7639024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97554 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index ab81c2f..74ac8da 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -53,6 +53,7 @@ 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[]; |