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

Unified Diff: chrome/browser/printing/printing_message_filter.h

Issue 7348010: Added Header and Footer support using Skia (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Moved ElideText to browser process 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: chrome/browser/printing/printing_message_filter.h
diff --git a/chrome/browser/printing/printing_message_filter.h b/chrome/browser/printing/printing_message_filter.h
index a611394ea928d999cb45c10731d0fa8de33d3da5..c489af6c21d0c076b039d70e80d719ea63cb22ec 100644
--- a/chrome/browser/printing/printing_message_filter.h
+++ b/chrome/browser/printing/printing_message_filter.h
@@ -81,6 +81,11 @@ class PrintingMessageFilter : public BrowserMessageFilter {
bool cloud_print_enabled_;
+ // Contains strings to be printed as headers and footers if requested by the
+ // user.
+ scoped_ptr<base::DictionaryValue> header_footer_info_;
+ bool display_header_footer_;
+
DISALLOW_COPY_AND_ASSIGN(PrintingMessageFilter);
};

Powered by Google App Engine
This is Rietveld 408576698