| Index: chrome/browser/tab_contents/tab_contents.h
|
| diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h
|
| index fa7a6a5ca8f9013142d9fdb7ce128d74d2f069fc..ef5910ec102c9375a1c320552d76c57ae20ea41b 100644
|
| --- a/chrome/browser/tab_contents/tab_contents.h
|
| +++ b/chrome/browser/tab_contents/tab_contents.h
|
| @@ -1341,6 +1341,9 @@ class TabContents : public PageNavigator,
|
| // (full-page plugins for now only) permissions.
|
| int content_restrictions_;
|
|
|
| + // Whether the render process ran out of memory.
|
| + bool render_process_ran_out_of_memory_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(TabContents);
|
| };
|
|
|
|
|