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

@ -427,6 +427,8 @@ class CefBrowserHostImpl : public CefBrowserHost,
content::RenderFrameHost* render_frame_host) override;
void PluginCrashed(const base::FilePath& plugin_path,
base::ProcessId plugin_pid) override;
void DidUpdateFaviconURL(
const std::vector<content::FaviconURL>& candidates) override;
bool OnMessageReceived(const IPC::Message& message) override;
// Override to provide a thread safe implementation.
bool Send(IPC::Message* message) override;