diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-29 03:04:47 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-29 03:04:47 +0000 |
commit | 7bd80241b862451b05566797f4ef6debf98f5c45 (patch) | |
tree | 193c1ec3e329486299774d5195ee71037fdb22c0 /printing/metafile.h | |
parent | 8243d0bef6f5c60fef06f222d059393ad96b3ce6 (diff) | |
download | chromium_src-7bd80241b862451b05566797f4ef6debf98f5c45.zip chromium_src-7bd80241b862451b05566797f4ef6debf98f5c45.tar.gz chromium_src-7bd80241b862451b05566797f4ef6debf98f5c45.tar.bz2 |
Print Preview: Remove unused draft mode code.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7275030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90919 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'printing/metafile.h')
-rw-r--r-- | printing/metafile.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/printing/metafile.h b/printing/metafile.h index 2ec1d78..84c0556 100644 --- a/printing/metafile.h +++ b/printing/metafile.h @@ -143,11 +143,6 @@ class Metafile { // Returns true if writing succeeded. virtual bool SaveToFD(const base::FileDescriptor& fd) const = 0; #endif // if defined(OS_CHROMEOS) - - // Sets the flag to create a draft metafile. - // NOTE: Draft metafile does not include font embedding, compression, etc. - // This is currently used only in print preview workflow. - virtual void set_draft(bool draft) const = 0; }; } // namespace printing |