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: 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: 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: 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_;
};

Powered by Google App Engine
This is Rietveld 408576698