webcontents: replace deprecated navigation observers
This commit is contained in:
parent
5d95b544dd
commit
c8bf6edcc6
6 changed files with 34 additions and 55 deletions
|
@ -58,11 +58,6 @@ class AtomRendererClient : public content::ContentRendererClient {
|
|||
const std::string& mime_type,
|
||||
const GURL& original_url) override;
|
||||
void AddKeySystems(std::vector<media::KeySystemInfo>* key_systems) override;
|
||||
void GetNavigationErrorStrings(content::RenderFrame* render_frame,
|
||||
const blink::WebURLRequest& failed_request,
|
||||
const blink::WebURLError& error,
|
||||
std::string* error_html,
|
||||
base::string16* error_description) override;
|
||||
|
||||
std::unique_ptr<NodeBindings> node_bindings_;
|
||||
std::unique_ptr<AtomBindings> atom_bindings_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue