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

Unified Diff: printing/printing_context.h

Issue 7348010: Added Header and Footer support using Skia (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Changes based on Kausalya's comments 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/printing_context.h
diff --git a/printing/printing_context.h b/printing/printing_context.h
index dd7e058b373444b16ad55f749b7e1885bb5e5b3a..8b4ffd5bd923ec84e65003ab717e7d4fded7c6c1 100644
--- a/printing/printing_context.h
+++ b/printing/printing_context.h
@@ -109,6 +109,11 @@ class PrintingContext {
// Does bookkeeping when an error occurs.
PrintingContext::Result OnError();
+ // Extracts the header and footer strings into |header_footer_info| if
+ // headers and footers are to be printed.
+ void GetHeaderFooterInfo(const base::DictionaryValue& settings,
+ base::DictionaryValue* header_footer_info);
+
// Complete print context settings.
PrintSettings settings_;

Powered by Google App Engine
This is Rietveld 408576698