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

Unified Diff: chrome/renderer/pepper/ppb_pdf_impl.cc

Issue 231643004: PPAPI: Formatting fix in ppb_pdf_impl.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698