The #if !OS(WINDOWS) block in FrameLoaderClientImpl.::createPlugin appears to no longer be necessary and is preventing some things from working.
Created attachment 57038 [details] Patch
Comment on attachment 57038 [details] Patch > diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog > index 8593698..5fffb0d 100644 > --- a/WebKit/chromium/ChangeLog > +++ b/WebKit/chromium/ChangeLog > @@ -1,3 +1,14 @@ > +2010-05-25 Brett Wilson <brettw@chromium.org> > + > + Reviewed by NOBODY (OOPS!). > + > + Remove obsolete code for Mac & Windows plugin creation in the Chromium > + port. This non-Windows code was to prevent a crash which we no longer > + seem to have, and it is preventing other types of plugins from working. > + Add a bug reference here. R=me
Created attachment 57039 [details] New patch
Fixed in r60178
I wanted to remove that today too, to get the default plugin loading on mac and linux. Thanks :-)