| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index f7f09b79f98dec0e6286128d743c7d0ecfa32803..23b4d8e4b728c21801a560b020d825f081c596a7 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -364,6 +364,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;
|
|
|