| Index: chrome/browser/after_startup_task_utils.cc
|
| diff --git a/chrome/browser/after_startup_task_utils.cc b/chrome/browser/after_startup_task_utils.cc
|
| index a4dc5efbc13e3578528b38e81a59241ef0afb55c..84228843d64f44720c56d44a75e824f06a823ea7 100644
|
| --- a/chrome/browser/after_startup_task_utils.cc
|
| +++ b/chrome/browser/after_startup_task_utils.cc
|
| @@ -138,7 +138,8 @@ class StartupObserver : public WebContentsObserver, public base::NonThreadSafe {
|
| void DidFailLoad(content::RenderFrameHost* render_frame_host,
|
| const GURL& validated_url,
|
| int error_code,
|
| - const base::string16& error_description) override {
|
| + const base::string16& error_description,
|
| + bool was_ignored_by_handler) override {
|
| if (!render_frame_host->GetParent())
|
| OnStartupComplete();
|
| }
|
|
|