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

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
« no previous file with comments | « chrome/renderer/chrome_ppb_pdf_impl.cc ('k') | chrome/renderer/print_web_view_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
jam 2012/01/12 22:43:01 this comment is redundant since it's describing so
+ void PrintNode(const WebKit::WebNode& node);
+
protected:
// WebKit::WebViewClient override:
virtual void didStopLoading();
« no previous file with comments | « chrome/renderer/chrome_ppb_pdf_impl.cc ('k') | chrome/renderer/print_web_view_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698