libcef: Update due to underlying chromium changes.

- WebEditingClient merged into WebViewClient requiring changes to BrowserWebViewDelegate.
- Remove webkit_glue_plugins.patch for RegisterInternalPlugin() issue 173107 which has been committed as Chromium rev 26595.


git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@48 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2009-09-22 16:34:27 +00:00
parent 51181e1004
commit 07e81ab0a0
7 changed files with 95 additions and 126 deletions

View File

@@ -37,3 +37,6 @@ Date | CEF Revision | Chromium Revision
2009-08-20 | /trunk@35 | /trunk@23814
2009-08-25 | /trunk@41 | /trunk@24210
2009-09-17 | /trunk@42 | /trunk@26432
After syncing to rev 26432 you must manually run 'gclient runhooks --force'.
Earlier and later revisions do not have this requirement.
2009-09-22 | /trunk@48 | /trunk@26790