Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
Revert "Pass correct status of network to error handler's constructor"
Browse files Browse the repository at this point in the history
This reverts commit 040cc78.
  • Loading branch information
bridiver committed Apr 13, 2018
1 parent bd7d4ae commit 0a64fe9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions brave/renderer/brave_content_renderer_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,7 @@ void BraveContentRendererClient::RenderFrameCreated(
new PepperHelper(render_frame);
#endif

new NetErrorHelper(render_frame,
chrome_observer_ ? chrome_observer_->is_online() : true);
new NetErrorHelper(render_frame);

PasswordAutofillAgent* password_autofill_agent =
new PasswordAutofillAgent(render_frame, registry);
Expand Down

0 comments on commit 0a64fe9

Please sign in to comment.