| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index a5f632ec0c7a29c5ab55c488c22390854f9251c9..9d2c68f18cd15ff9e62848cb13b015e381725795 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -289,6 +289,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| bool IsCrashed() const override;
|
| void SetIsCrashed(base::TerminationStatus status, int error_code) override;
|
| base::TerminationStatus GetCrashedStatus() const override;
|
| + int GetCrashedErrorCode() const override;
|
| bool IsBeingDestroyed() const override;
|
| void NotifyNavigationStateChanged(InvalidateTypes changed_flags) override;
|
| base::TimeTicks GetLastActiveTime() const override;
|
|
|