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

Unified Diff: chrome/common/print_messages.cc

Issue 12177009: Printing selection from context menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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/common/print_messages.h ('k') | chrome/renderer/printing/print_web_view_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/print_messages.cc
diff --git a/chrome/common/print_messages.cc b/chrome/common/print_messages.cc
index 8680ade79e4a33bcf659c1001f6299de963716ef..9d0111f24d025a86a2b3d665aa7aaa2bf41eed18 100644
--- a/chrome/common/print_messages.cc
+++ b/chrome/common/print_messages.cc
@@ -70,3 +70,14 @@ void PrintMsg_PrintPages_Params::Reset() {
params.Reset();
pages = std::vector<int>();
}
+
+PrintHostMsg_RequestPrintPreview_Params::
+ PrintHostMsg_RequestPrintPreview_Params()
+ : is_modifiable(false),
+ webnode_only(false),
+ has_selection(false),
+ selection_only(false) {
+}
+
+PrintHostMsg_RequestPrintPreview_Params::
+ ~PrintHostMsg_RequestPrintPreview_Params() {}
« no previous file with comments | « chrome/common/print_messages.h ('k') | chrome/renderer/printing/print_web_view_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698