| 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 6a5ba60abdbc441433f57f9c6f5708978bcdd7a0..a5e5f5d4aae3b6301d8c844f70ac2f3d590abfbd 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;
|
|
|