Index: chrome/common/print_messages.h |
diff --git a/chrome/common/print_messages.h b/chrome/common/print_messages.h |
index 126e3f61366c89011eae9331b877781407aee75d..78d1d0382695292e16a58d9cb0ea923782b34c0e 100644 |
--- a/chrome/common/print_messages.h |
+++ b/chrome/common/print_messages.h |
@@ -416,3 +416,7 @@ IPC_MESSAGE_ROUTED1(PrintHostMsg_PrintPreviewInvalidPrinterSettings, |
// window.print() finishes. |
IPC_SYNC_MESSAGE_ROUTED1_0(PrintHostMsg_ScriptedPrintPreview, |
bool /* is_modifiable */) |
+ |
+// Notify the browser that the previewing pdf has disable print scaling |
Lei Zhang
2012/04/26 00:19:51
"previewing pdf" is not clear. Can you say "PDF in
kmadhusu
2012/04/26 22:18:51
Done.
|
+// option. |
+IPC_MESSAGE_ROUTED0(PrintHostMsg_PrintPreviewScalingDisabled) |