Index: components/printing/common/print_messages.h |
diff --git a/components/printing/common/print_messages.h b/components/printing/common/print_messages.h |
index effc2f244abc3aeab9d86fe8b6079b3adfa335a3..ab8af1c0ed26c23b2803200921cd68ffd48bb42a 100644 |
--- a/components/printing/common/print_messages.h |
+++ b/components/printing/common/print_messages.h |
@@ -404,10 +404,11 @@ IPC_SYNC_MESSAGE_ROUTED1_1(PrintHostMsg_ScriptedPrint, |
IPC_SYNC_MESSAGE_CONTROL1_2(PrintHostMsg_AllocateTempFileForPrinting, |
int /* render_view_id */, |
base::FileDescriptor /* temp file fd */, |
- int /* fd in browser*/) // Used only by Chrome OS. |
+ int /* fd in browser*/) // Used by Chrome OS |
+ // and WebView. |
IPC_MESSAGE_CONTROL2(PrintHostMsg_TempFileForPrintingWritten, |
int /* render_view_id */, |
- int /* fd in browser */) // Used only by Chrome OS. |
+ int /* fd in browser */) // Used by Chrome OS and WebView. |
#endif |
// Asks the browser to do print preview. |