Add CefDisplayHandler::OnFaviconURLChange callback (issue #964).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1965 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2015-01-12 19:37:52 +00:00
parent 054300874d
commit ad536f769f
8 changed files with 90 additions and 0 deletions

View File

@ -64,6 +64,13 @@ class CefDisplayHandler : public virtual CefBase {
virtual void OnTitleChange(CefRefPtr<CefBrowser> browser,
const CefString& title) {}
///
// Called when the page icon changes.
///
/*--cef(optional_param=icon_urls)--*/
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