summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/printing_resource.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/proxy/printing_resource.cc')
-rw-r--r--ppapi/proxy/printing_resource.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/proxy/printing_resource.cc b/ppapi/proxy/printing_resource.cc
index 4d55db0..9fd8fde 100644
--- a/ppapi/proxy/printing_resource.cc
+++ b/ppapi/proxy/printing_resource.cc
@@ -34,7 +34,7 @@ int32_t PrintingResource::GetDefaultPrintSettings(
if (TrackedCallback::IsPending(callback_))
return PP_ERROR_INPROGRESS;
- if (!sent_create_to_renderer())
+ if (!sent_create_to_browser())
SendCreateToBrowser(PpapiHostMsg_Printing_Create());
DCHECK(!print_settings_);