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

Unified Diff: chrome/renderer/printing/print_web_view_helper.h

Issue 375253002: [Chrome] Support NumCopies print preset (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: PPB_Printing_Dev changes Created 6 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/renderer/printing/print_web_view_helper.h
diff --git a/chrome/renderer/printing/print_web_view_helper.h b/chrome/renderer/printing/print_web_view_helper.h
index 741e8d7d28f66b232c32f93983883a050c499983..d4a0ad628405d81b8df2408fb9f6779ffd9c0af6 100644
--- a/chrome/renderer/printing/print_web_view_helper.h
+++ b/chrome/renderer/printing/print_web_view_helper.h
@@ -73,6 +73,10 @@ class PrintWebViewHelper
void PrintNode(const blink::WebNode& node);
+ // Set print preset options from source PDF document.
+ void SetPrintPresetOptionsFromDocument(
+ PrintHostMsg_SetOptionsFromDocument_Params& params);
+
private:
friend class PrintWebViewHelperTestBase;
FRIEND_TEST_ALL_PREFIXES(PrintWebViewHelperPreviewTest,

Powered by Google App Engine
This is Rietveld 408576698