| Index: chrome/renderer/pepper/ppb_pdf_impl.cc
|
| diff --git a/chrome/renderer/pepper/ppb_pdf_impl.cc b/chrome/renderer/pepper/ppb_pdf_impl.cc
|
| index 627083757cd314424d573e6237cd12849d3fa94a..90c0a6092b5fcb488f5977db902fb53c200690bf 100644
|
| --- a/chrome/renderer/pepper/ppb_pdf_impl.cc
|
| +++ b/chrome/renderer/pepper/ppb_pdf_impl.cc
|
| @@ -436,25 +436,26 @@ void SetLinkUnderCursor(PP_Instance instance_id, const char* url) {
|
| instance->SetLinkUnderCursor(url);
|
| }
|
|
|
| -const PPB_PDF ppb_pdf = { //
|
| - &GetLocalizedString, //
|
| - &GetResourceImage, //
|
| - &GetFontFileWithFallback, //
|
| - &GetFontTableForPrivateFontFile, &SearchString, //
|
| - &DidStartLoading, //
|
| - &DidStopLoading, //
|
| - &SetContentRestriction, //
|
| - &HistogramPDFPageCount, //
|
| - &UserMetricsRecordAction, //
|
| - &HasUnsupportedFeature, //
|
| - &SaveAs, //
|
| - &PPB_PDF_Impl::InvokePrintingForInstance, //
|
| - &IsFeatureEnabled, //
|
| - &GetResourceImageForScale, //
|
| - &ModalPromptForPassword, //
|
| - &IsOutOfProcess, //
|
| - &SetSelectedText, //
|
| - &SetLinkUnderCursor, //
|
| +const PPB_PDF ppb_pdf = { //
|
| + &GetLocalizedString, //
|
| + &GetResourceImage, //
|
| + &GetFontFileWithFallback, //
|
| + &GetFontTableForPrivateFontFile, //
|
| + &SearchString, //
|
| + &DidStartLoading, //
|
| + &DidStopLoading, //
|
| + &SetContentRestriction, //
|
| + &HistogramPDFPageCount, //
|
| + &UserMetricsRecordAction, //
|
| + &HasUnsupportedFeature, //
|
| + &SaveAs, //
|
| + &PPB_PDF_Impl::InvokePrintingForInstance, //
|
| + &IsFeatureEnabled, //
|
| + &GetResourceImageForScale, //
|
| + &ModalPromptForPassword, //
|
| + &IsOutOfProcess, //
|
| + &SetSelectedText, //
|
| + &SetLinkUnderCursor, //
|
| };
|
|
|
| } // namespace
|
|
|