| Index: ppapi/proxy/printing_resource.cc
|
| diff --git a/ppapi/proxy/printing_resource.cc b/ppapi/proxy/printing_resource.cc
|
| index 4d55db0f6a619a99294f536e42b4d75d77ba4447..9fd8fde3e369dbb5bdd0a09df7a098c36d1e574c 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_);
|
|
|