Hi Marshall,
The out of process plugin isn't quite finished yet. The way that it
works is that a chrome extension is associated with the PDF mime type.
This is a different mechanism to how plugins are loaded. The chrome
extension then loads a pepper plugin inside of it to render the PDF.
So loading the out of process plugin will require spinning up the
extensions framework. I'm not sure if this is feasible in your
application.
With that said, there isn't much which ties the viewer to the
extensions framework. If you have a look at the files in
src/chrome/browser/resources/pdf/ there are a bunch of <include> tags
in the html and js files. If you flatten these by manually copying in
the text of those files, you should be able to navigate to
file:///<chrome
repo>/src/chrome/browser/resources/pdf/index.html?<path to pdf> and
load a PDF using the out of process viewer. This doesn't help solve
the MIME type handling problem though.
Raymes
> --
> --
> Chromium Developers mailing list:
chromi...@chromium.org
> View archives, change email options, or unsubscribe:
>
http://groups.google.com/a/chromium.org/group/chromium-dev