I've updated the sources to build with Chromium r74755. Mostly these are
changes to include paths and namespaces. Changes that may require attention
include:
1. browser_request_context.cc: BLOCK_THIRD_PARTY_COOKIES no longer exists, so I
used BLOCK_SETTING_THIRD_PARTY_COOKIES instead. You may want to verify it means
what you wanted it to mean.
2. browser_webview_delegate.cc: WebMediaPlayerImpl's constructor now requires a
MessageLoopFactory.
3. cef_context.cc: PluginVersionInfo was replaced by WebPluginInfo, which
doesn't support entry points. Had to use another overload of
RegisterInternalPlugin, which doesn't accept all of the information stored
previously (e.g. version, file extensions). Internal plugin tests still work,
though.
Compiled without errors using VS 2008.
Original issue reported on code.google.com by yami...@gmail.com on 13 Feb 2011 at 11:53
Original issue reported on code.google.com by
yami...@gmail.com
on 13 Feb 2011 at 11:53Attachments: