| 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 7e0da7d301d59cc8bab5cc104d45796408402f47..06242777d03075e3d1f04c75933689dc544bbf4d 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -290,6 +290,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;
|
|
|