renderer: generate net error strings when requested

This commit is contained in:
deepak1556 2016-05-21 10:21:15 +05:30
parent 8821cae34f
commit c9b314d43c
3 changed files with 20 additions and 0 deletions

View file

@ -58,6 +58,11 @@ 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;
scoped_ptr<NodeBindings> node_bindings_;
scoped_ptr<AtomBindings> atom_bindings_;