Remove was_ignored_by_handler from frame_messages.h

https://chromium-review.googlesource.com/587701
This commit is contained in:
Aleksei Kuzmin 2017-11-23 13:53:47 +01:00 committed by Cheng Zhao
parent 91a339b625
commit 8f78bd3307
2 changed files with 2 additions and 4 deletions

View file

@ -343,8 +343,7 @@ class WebContents : public mate::TrackableObject<WebContents>,
void DidFailLoad(content::RenderFrameHost* render_frame_host,
const GURL& validated_url,
int error_code,
const base::string16& error_description,
bool was_ignored_by_handler) override;
const base::string16& error_description) override;
void DidStartLoading() override;
void DidStopLoading() override;
void DidGetResourceResponseStart(