| Index: chrome/common/print_messages.h
|
| diff --git a/chrome/common/print_messages.h b/chrome/common/print_messages.h
|
| index fbeeaa7af480f9731298654b347901c01f3ee21e..50c3db4538870077aae2daa8402e91819a76e7e1 100644
|
| --- a/chrome/common/print_messages.h
|
| +++ b/chrome/common/print_messages.h
|
| @@ -407,6 +407,11 @@ IPC_MESSAGE_CONTROL2(PrintHostMsg_TempFileForPrintingWritten,
|
| int /* fd in browser */) // Used only by Chrome OS.
|
| #endif
|
|
|
| +#if defined(OS_ANDROID)
|
| +IPC_SYNC_MESSAGE_ROUTED1_0(PrintHostMsg_InitiateAndroidPrint,
|
| + int /* cookie */ )
|
| +#endif
|
| +
|
| // Asks the browser to do print preview.
|
| IPC_MESSAGE_ROUTED1(PrintHostMsg_RequestPrintPreview,
|
| PrintHostMsg_RequestPrintPreview_Params /* params */)
|
|
|