| 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 0dd3d6cac57623496e4d73ec89352badfe536d37..b25d832647a37340a19736f78f65644482ff3218 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -287,6 +287,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;
|
|
|