| Index: chrome/renderer/pepper/pepper_pdf_host.cc
|
| diff --git a/chrome/renderer/pepper/pepper_pdf_host.cc b/chrome/renderer/pepper/pepper_pdf_host.cc
|
| index 172b1bcfab036d4b73c90b1a0452edf706f7c93f..9b78c93d579a3d2c9f4e4c72718c623e53bfbac8 100644
|
| --- a/chrome/renderer/pepper/pepper_pdf_host.cc
|
| +++ b/chrome/renderer/pepper/pepper_pdf_host.cc
|
| @@ -246,7 +246,7 @@ int32_t PepperPDFHost::OnHostMsgHasUnsupportedFeature(
|
|
|
| int32_t PepperPDFHost::OnHostMsgPrint(
|
| ppapi::host::HostMessageContext* context) {
|
| -#if defined(ENABLE_PRINTING)
|
| +#if defined(ENABLE_FULL_PRINTING)
|
| content::PepperPluginInstance* instance =
|
| host_->GetPluginInstance(pp_instance());
|
| if (!instance)
|
|
|