Chromium Code Reviews| 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 3352200a33ed24202d06814a803ae22e3d2412dd..8586147a39b69c3f0b2a787391d74cca1be9e0c6 100644 |
| --- a/chrome/browser/tab_contents/tab_contents.h |
| +++ b/chrome/browser/tab_contents/tab_contents.h |
| @@ -1349,6 +1349,9 @@ class TabContents : public PageNavigator, |
| // (full-page plugins for now only) permissions. |
| int content_restrictions_; |
| + // Whether the render process ran out of memory. |
| + bool renderer_ran_out_of_memory_; |
|
antonm
2010/12/23 17:17:45
nit: it looks like you should unify---either rende
yurys
2011/01/18 13:14:17
Done.
|
| + |
| // --------------------------------------------------------------------------- |
| DISALLOW_COPY_AND_ASSIGN(TabContents); |