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

Unified Diff: content/renderer/pepper/pepper_webplugin_impl.h

Issue 375253002: [Chrome] Support NumCopies print preset (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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: content/renderer/pepper/pepper_webplugin_impl.h
diff --git a/content/renderer/pepper/pepper_webplugin_impl.h b/content/renderer/pepper/pepper_webplugin_impl.h
index cee66902371069cfd33cc39176db3ceafea78279..f85c26f440a76f68eddedda98fbb92306718e23b 100644
--- a/content/renderer/pepper/pepper_webplugin_impl.h
+++ b/content/renderer/pepper/pepper_webplugin_impl.h
@@ -76,6 +76,7 @@ class PepperWebPluginImpl : public blink::WebPlugin {
virtual void stopFind();
virtual bool supportsPaginatedPrint() OVERRIDE;
virtual bool isPrintScalingDisabled() OVERRIDE;
+ virtual int getNumCopies() OVERRIDE;
Vitaly Buka (NO REVIEWS) 2014/07/10 01:13:05 getCopiesToPrint
Nikhil 2014/07/16 13:52:55 Done.
virtual int printBegin(const blink::WebPrintParams& print_params) OVERRIDE;
virtual bool printPage(int page_number, blink::WebCanvas* canvas) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698