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

Unified Diff: ppapi/proxy/ppapi_messages.h

Issue 10544085: Added PPB function to return default print settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 months 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: ppapi/proxy/ppapi_messages.h
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
index b2787a92ec9aa63ff8b686826998879ec2271ac6..66302675418ab48202da6dc77f573757c6d6eb27 100644
--- a/ppapi/proxy/ppapi_messages.h
+++ b/ppapi/proxy/ppapi_messages.h
@@ -465,6 +465,12 @@ IPC_SYNC_MESSAGE_ROUTED1_1(PpapiMsg_PPPPrinting_IsScalingDisabled,
PP_Instance /* instance */,
bool /* result */)
+// PPB_Printing.
+IPC_SYNC_MESSAGE_ROUTED1_2(PpapiMsg_PPBPrinting_GetDefaultPrintSettings,
yzshen1 2012/06/12 23:14:34 It should be called Ppapi*Host*Msg and put in the
raymes 2012/06/13 18:23:46 Done.
+ PP_Instance /* instance */,
+ std::string /* settings_string */,
yzshen1 2012/06/12 23:14:34 nit: usually you don't need to have the type in th
raymes 2012/06/13 18:23:47 Done.
+ bool /* result */)
+
// PPP_TextInput.
IPC_MESSAGE_ROUTED2(PpapiMsg_PPPTextInput_RequestSurroundingText,
PP_Instance /* instance */,

Powered by Google App Engine
This is Rietveld 408576698