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

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: Review feedback (oop proxy, out-param) 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
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 291e5c1ff6f5f80ff6d7a1aa797ecbce8d3d1a77..48efbd1eee35feae55631b5a01acce6e60321505 100644
--- a/content/renderer/pepper/pepper_webplugin_impl.h
+++ b/content/renderer/pepper/pepper_webplugin_impl.h
@@ -68,6 +68,8 @@ class PepperWebPluginImpl : public blink::WebPlugin {
virtual blink::WebString selectionAsText() const;
virtual blink::WebString selectionAsMarkup() const;
virtual blink::WebURL linkAtPosition(const blink::WebPoint& position) const;
+ virtual bool getPrintPresetOptionsFromDocument(
+ blink::WebPrintPresetOptions* preset_options);
dmichael (off chromium) 2014/09/23 16:59:09 Please keep the methods in the same order as they
virtual void setZoomLevel(double level, bool text_only);
virtual bool startFind(const blink::WebString& search_text,
bool case_sensitive,

Powered by Google App Engine
This is Rietveld 408576698