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

Unified Diff: ppapi/cpp/dev/printing_dev.h

Issue 375253002: [Chrome] Support NumCopies print preset (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 3 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
« no previous file with comments | « ppapi/c/dev/ppb_printing_dev.h ('k') | ppapi/cpp/dev/printing_dev.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/dev/printing_dev.h
diff --git a/ppapi/cpp/dev/printing_dev.h b/ppapi/cpp/dev/printing_dev.h
index 869dbacc5b260f2fbf5e54a88193c864a1daebdc..a3b52563c6be46fa56f944943be70bb49270d22d 100644
--- a/ppapi/cpp/dev/printing_dev.h
+++ b/ppapi/cpp/dev/printing_dev.h
@@ -40,6 +40,9 @@ class Printing_Dev : public Resource {
int32_t GetDefaultPrintSettings(
const CompletionCallbackWithOutput<PP_PrintSettings_Dev>& callback) const;
+ void SetPrintPresetOptionsFromDocument(
+ PP_PrintPresetOptions_Dev& print_options);
+
private:
InstanceHandle associated_instance_;
};
« no previous file with comments | « ppapi/c/dev/ppb_printing_dev.h ('k') | ppapi/cpp/dev/printing_dev.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698