diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-01 04:29:47 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-01 04:29:47 +0000 |
commit | a8528385ebe713dc6c90a4f3bb324eb5fec9f274 (patch) | |
tree | 586013c20dcb08ace294976beb9edaaddd568af2 /chrome/common | |
parent | 227d5affb8c090a3b2dc4feb5f1d852cdb48404d (diff) | |
download | chromium_src-a8528385ebe713dc6c90a4f3bb324eb5fec9f274.zip chromium_src-a8528385ebe713dc6c90a4f3bb324eb5fec9f274.tar.gz chromium_src-a8528385ebe713dc6c90a4f3bb324eb5fec9f274.tar.bz2 |
Print Preview: Set source modifiable bit for scripted printing.
BUG=105933
TEST=see bug.
Review URL: http://codereview.chromium.org/8761014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112397 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/print_messages.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/print_messages.h b/chrome/common/print_messages.h index e4a4e9f..c0af962 100644 --- a/chrome/common/print_messages.h +++ b/chrome/common/print_messages.h @@ -390,4 +390,5 @@ IPC_MESSAGE_ROUTED1(PrintHostMsg_PrintPreviewInvalidPrinterSettings, // Run a nested message loop in the renderer until print preview for // window.print() finishes. -IPC_SYNC_MESSAGE_ROUTED0_0(PrintHostMsg_ScriptedPrintPreview) +IPC_SYNC_MESSAGE_ROUTED1_0(PrintHostMsg_ScriptedPrintPreview, + bool /* is_modifiable */) |