Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5113)

Unified Diff: chrome/common/print_messages.h

Issue 740983002: Implement window.print() on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 */)

Powered by Google App Engine
This is Rietveld 408576698