summaryrefslogtreecommitdiffstats
path: root/chrome/common/print_messages.cc
diff options
context:
space:
mode:
authorvitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-05 00:13:52 +0000
committervitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-05 00:13:52 +0000
commit789125a154a972deb76967014e5022f5989be9e1 (patch)
tree35493bf8f8414294f829fe3210569010b6af119d /chrome/common/print_messages.cc
parente05c2bfbe755499514ad252234f83e98e09721b2 (diff)
downloadchromium_src-789125a154a972deb76967014e5022f5989be9e1.zip
chromium_src-789125a154a972deb76967014e5022f5989be9e1.tar.gz
chromium_src-789125a154a972deb76967014e5022f5989be9e1.tar.bz2
Printing selection from context menu.
BUG=83098 Review URL: https://chromiumcodereview.appspot.com/12177009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180570 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/print_messages.cc')
-rw-r--r--chrome/common/print_messages.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/chrome/common/print_messages.cc b/chrome/common/print_messages.cc
index 8680ade..9d0111f 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() {}