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

Side by Side Diff: pdf/libpdf.map

Issue 335583004: Added a test that currently is able to print to pdf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactored print_preview.js and the browsertest. Made browsertest multiplatform compatible. Created 6 years, 5 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 global: 2 global:
3 GetPDFDocInfo; 3 GetPDFDocInfo;
4 PPP_GetInterface; 4 PPP_GetInterface;
5 PPP_InitializeModule; 5 PPP_InitializeModule;
6 PPP_ShutdownModule; 6 PPP_ShutdownModule;
7 RenderPDFPageToBitmap; 7 RenderPDFPageToBitmap;
8 GetPDFPageSizeByIndex;
Lei Zhang 2014/07/08 01:11:37 This file no longer exists, please sync your check
8 local: 9 local:
9 *; 10 *;
10 }; 11 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698