Index: chrome/common/print_messages.h |
diff --git a/chrome/common/print_messages.h b/chrome/common/print_messages.h |
index 14f53c851212eacff28af0433c35a050859fca96..86cea7032bed1545666b921333aa3c63f5d75d82 100644 |
--- a/chrome/common/print_messages.h |
+++ b/chrome/common/print_messages.h |
@@ -415,3 +415,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 |
+// option. |
+IPC_MESSAGE_ROUTED0(PrintHostMsg_PrintPreviewScalingDisabled) |