Add new CefDisplayHandler::OnFaviconURLChange callback (issue #779).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1013 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2013-01-17 21:13:43 +00:00
parent df3ca9e022
commit 5e014e1f34
7 changed files with 118 additions and 0 deletions

View File

@@ -83,6 +83,13 @@ class CefDisplayHandler : public virtual CefBase {
virtual void OnTitleChange(CefRefPtr<CefBrowser> browser,
const CefString& title) {}
///
// Called when the Favicon URL for a page changes.
///
/*--cef()--*/
virtual void OnFaviconURLChange(CefRefPtr<CefBrowser> browser,
const std::vector<CefString>& icon_urls) {}
///
// Called when the browser is about to display a tooltip. |text| contains the
// text that will be displayed in the tooltip. To handle the display of the