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

Unified Diff: printing/print_settings_initializer_win.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_win.h
diff --git a/printing/print_settings_initializer_win.h b/printing/print_settings_initializer_win.h
index 9ed68e955055982a1f40e7f1793681fc6af0eda5..1881fedbd3b5ae4e79d48ad4ff49caf944f4bab3 100644
--- a/printing/print_settings_initializer_win.h
+++ b/printing/print_settings_initializer_win.h
@@ -13,6 +13,11 @@
typedef struct HDC__* HDC;
typedef struct _devicemodeW DEVMODE;
+namespace base {
+class DictionaryValue;
+}
+using base::DictionaryValue;
+
namespace printing {
class PrintSettings;
@@ -25,6 +30,7 @@ class PrintSettingsInitializerWin {
const PageRanges& new_ranges,
const std::wstring& new_device_name,
bool print_selection_only,
+ const DictionaryValue& header_footer_info,
PrintSettings* print_settings);
private:

Powered by Google App Engine
This is Rietveld 408576698