diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-09 06:06:58 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-09 06:06:58 +0000 |
commit | dcd1e88686edab52a5c9addc1c64b46826cfe79c (patch) | |
tree | f560f72fbe8584097c85822796ae6af2ca88b75f /printing/print_settings.h | |
parent | ce80f5f9b5b2e8238875419a5adf61875524f3ef (diff) | |
download | chromium_src-dcd1e88686edab52a5c9addc1c64b46826cfe79c.zip chromium_src-dcd1e88686edab52a5c9addc1c64b46826cfe79c.tar.gz chromium_src-dcd1e88686edab52a5c9addc1c64b46826cfe79c.tar.bz2 |
Printing: Remove unused PageOverlay since header/footers are drawn in PrintWebViewHelper.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7585015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95951 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'printing/print_settings.h')
-rw-r--r-- | printing/print_settings.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/printing/print_settings.h b/printing/print_settings.h index fbd37f4..ee78556 100644 --- a/printing/print_settings.h +++ b/printing/print_settings.h @@ -5,7 +5,8 @@ #ifndef PRINTING_PRINT_SETTINGS_H_ #define PRINTING_PRINT_SETTINGS_H_ -#include "printing/page_overlays.h" +#include <string> + #include "printing/page_range.h" #include "printing/page_setup.h" #include "ui/gfx/rect.h" @@ -78,9 +79,6 @@ class PrintSettings { // scaled to ScreenDpi/dpix*desired_dpi. int desired_dpi; - // The various overlays (headers and footers). - PageOverlays overlays; - // Indicates if the user only wants to print the current selection. bool selection_only; |