summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorscottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-15 18:08:04 +0000
committerscottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-15 18:08:04 +0000
commit71fdd0c89e960ce36bc76257223c693ba751b23a (patch)
treebd1ae22cd9216043a003caee06731c9f7c08268d /chrome/common
parentb4dc12ebb9cff9afcab799d94d57d153d793bc19 (diff)
downloadchromium_src-71fdd0c89e960ce36bc76257223c693ba751b23a.zip
chromium_src-71fdd0c89e960ce36bc76257223c693ba751b23a.tar.gz
chromium_src-71fdd0c89e960ce36bc76257223c693ba751b23a.tar.bz2
Revert 78231 - Change cloud print dialog and command line switches for cloud print dialog to support
more than just PDF files. Review URL: http://codereview.chromium.org/6685014 Patch from abodenha1 <abodenha@chromium.org>. TBR=scottbyer@chromium.org Review URL: http://codereview.chromium.org/6698038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78234 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/chrome_switches.cc5
-rw-r--r--chrome/common/chrome_switches.h1
2 files changed, 0 insertions, 6 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index ea8c178..d33b8af 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -117,11 +117,6 @@ const char kCloudPrintFile[] = "cloud-print-file";
// job.
const char kCloudPrintJobTitle[] = "cloud-print-job-title";
-// Specifies the mime type to be used when uploading data from the
-// file referenced by cloud-print-file.
-// Defaults to "application/pdf" if unspecified.
-const char kCloudPrintFileType[] = "cloud-print-file-type";
-
// The URL of the cloud print service to use, overrides any value
// stored in preferences, and the default. Only used if the cloud
// print service has been enabled (see enable-cloud-print).
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index a8d9fea..eab7efd 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -48,7 +48,6 @@ extern const char kChromeFrame[];
extern const char kChromeVersion[];
extern const char kCloudPrintFile[];
extern const char kCloudPrintJobTitle[];
-extern const char kCloudPrintFileType[];
extern const char kCloudPrintProxyId[];
extern const char kCloudPrintServiceURL[];
extern const char kConflictingModulesCheck[];