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

Unified Diff: src/chrome/renderer/mock_render_thread.h

Issue 196021: Implement PrintPageAsJPEG feature for Print Preview (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/
Patch Set: '' Created 11 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
« no previous file with comments | « no previous file | src/chrome/renderer/print_web_view_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/chrome/renderer/mock_render_thread.h
===================================================================
--- src/chrome/renderer/mock_render_thread.h (revision 25428)
+++ src/chrome/renderer/mock_render_thread.h (working copy)
@@ -70,7 +70,7 @@
void SendCloseMessage();
// Returns the pseudo-printer instance.
- const MockPrinter* printer() const { return printer_.get(); }
+ MockPrinter* printer() const { return printer_.get(); }
private:
// This function operates as a regular IPC listener.
« no previous file with comments | « no previous file | src/chrome/renderer/print_web_view_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698