cloudtrends / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
1 stars 1 forks source link

Updated source for Chromium @74755 #187

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
CEF revision 186 updates to Chromium revision 74933.

Original comment by magreenb...@gmail.com on 15 Feb 2011 at 6:10