| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index bbee1428cbfa9cccb9c4e1eaef37c8e625c8d68e..1662c395a14c9d96add186837e22d26cfb08f541 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -368,6 +368,7 @@ class WebContents : public PageNavigator,
|
| virtual void SetIsCrashed(base::TerminationStatus status, int error_code) = 0;
|
|
|
| virtual base::TerminationStatus GetCrashedStatus() const = 0;
|
| + virtual int GetCrashedErrorCode() const = 0;
|
|
|
| // Whether the tab is in the process of being destroyed.
|
| virtual bool IsBeingDestroyed() const = 0;
|
|
|