Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1810)

Unified Diff: printing/print_settings.h

Issue 7670045: Revert 97219 - Added Header and Footer support in Linux, Windows and Mac for Skia (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « printing/print_job_constants.cc ('k') | printing/print_settings_initializer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/print_settings.h
===================================================================
--- printing/print_settings.h (revision 97225)
+++ printing/print_settings.h (working copy)
@@ -7,8 +7,6 @@
#include <string>
-#include "base/memory/scoped_ptr.h"
-#include "base/string16.h"
#include "printing/page_range.h"
#include "printing/page_setup.h"
#include "ui/gfx/rect.h"
@@ -97,14 +95,6 @@
// Updates the orientation and flip the page if needed.
void SetOrientation(bool landscape);
- // Strings to be printed as headers and footers if requested by the user.
- string16 date;
- string16 title;
- string16 url;
-
- // True if the user wants headers and footers to be displayed.
- bool display_header_footer;
-
private:
//////////////////////////////////////////////////////////////////////////////
// Settings that can't be changed without side-effects.
« no previous file with comments | « printing/print_job_constants.cc ('k') | printing/print_settings_initializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698