summaryrefslogtreecommitdiffstats
path: root/chrome/common/print_messages.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-12 21:59:46 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-12 21:59:46 +0000
commit69401287af172586685346e5dd6b7e22b923f224 (patch)
tree83f06741df13bcaa361c48d1091d39016a9074e1 /chrome/common/print_messages.h
parent54b0fa8b93d0d5d132502d91cee97f8f5cc74e6a (diff)
downloadchromium_src-69401287af172586685346e5dd6b7e22b923f224.zip
chromium_src-69401287af172586685346e5dd6b7e22b923f224.tar.gz
chromium_src-69401287af172586685346e5dd6b7e22b923f224.tar.bz2
Print Preview: Disable controls when printing an embedded PDF.
BUG=79524 TEST=Open a page with an embedded PDF, right click and print. Review URL: http://codereview.chromium.org/6969031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85199 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/print_messages.h')
-rw-r--r--chrome/common/print_messages.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/print_messages.h b/chrome/common/print_messages.h
index d0c7c62..a9ba711 100644
--- a/chrome/common/print_messages.h
+++ b/chrome/common/print_messages.h
@@ -82,6 +82,9 @@ IPC_STRUCT_BEGIN(PrintHostMsg_DidPreviewDocument_Params)
// Store the expected pages count.
IPC_STRUCT_MEMBER(int, expected_pages_count)
+
+ // Whether the preview can be modified.
+ IPC_STRUCT_MEMBER(bool, modifiable)
IPC_STRUCT_END()
// Parameters to describe a rendered page.