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

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: rebase Created 6 years 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..ec652f02f49617ddd7714e906c70c211f5999687 100644
--- a/chrome/common/print_messages.h
+++ b/chrome/common/print_messages.h
@@ -299,6 +299,7 @@ IPC_STRUCT_BEGIN(PrintHostMsg_ScriptedPrint_Params)
IPC_STRUCT_MEMBER(int, cookie)
IPC_STRUCT_MEMBER(int, expected_pages_count)
IPC_STRUCT_MEMBER(bool, has_selection)
+ IPC_STRUCT_MEMBER(bool, use_system_specific_flow)
Vitaly Buka (NO REVIEWS) 2014/12/12 08:37:17 rename use_system_specific_flow to is_scripted pl
IPC_STRUCT_MEMBER(printing::MarginType, margin_type)
IPC_STRUCT_END()

Powered by Google App Engine
This is Rietveld 408576698