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

Unified Diff: printing/print_settings_initializer_gtk.h

Issue 7348010: Added Header and Footer support using Skia (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Moved elide text to print_settings_initializer 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
Index: printing/print_settings_initializer_gtk.h
diff --git a/printing/print_settings_initializer_gtk.h b/printing/print_settings_initializer_gtk.h
index 7ac252b9df65858803c89099681d413e018e4db5..b0fd359ccd1a8d1ecbf7c5269509ff22797fecd0 100644
--- a/printing/print_settings_initializer_gtk.h
+++ b/printing/print_settings_initializer_gtk.h
@@ -11,6 +11,11 @@
typedef struct _GtkPrintSettings GtkPrintSettings;
typedef struct _GtkPageSetup GtkPageSetup;
+namespace base {
+class DictionaryValue;
+}
+using base::DictionaryValue;
kmadhusu 2011/08/12 17:21:32 nit: Add a blank line before this.
Aayush Kumar 2011/08/12 18:53:42 Done.
+
namespace printing {
class PrintSettings;
@@ -22,6 +27,7 @@ class PrintSettingsInitializerGtk {
GtkPageSetup* page_setup,
const PageRanges& new_ranges,
bool print_selection_only,
+ const DictionaryValue& header_footer_info,
PrintSettings* print_settings);
// The default margins, in points. These values are based on 72 dpi,

Powered by Google App Engine
This is Rietveld 408576698