Code is littered with things like
#ifndef FOXIT_CHROME_BUILD
CFX_WideString swTitle = L"Foxit";
#else
CFX_WideString swTitle = L"PDF";
#endif
which make it less readable and shouldn't be needed in a pdfium world.
Original issue reported on code.google.com by tsepez@chromium.org on 22 Aug 2014 at 7:42
Original issue reported on code.google.com by
tsepez@chromium.org
on 22 Aug 2014 at 7:42