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

Unified Diff: chrome/renderer/print_web_view_helper.h

Issue 9139024: Adding functionality to print PDF embedded in the html page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 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/print_web_view_helper.h
===================================================================
--- chrome/renderer/print_web_view_helper.h (revision 117241)
+++ chrome/renderer/print_web_view_helper.h (working copy)
@@ -90,6 +90,10 @@
explicit PrintWebViewHelper(content::RenderView* render_view);
virtual ~PrintWebViewHelper();
+ // Make this function a part of the public interface, since it is called
+ // directly from PPAPI for plugin printing.
+ void PrintNode(const WebKit::WebNode& node);
+
protected:
// WebKit::WebViewClient override:
virtual void didStopLoading();

Powered by Google App Engine
This is Rietveld 408576698