| 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 ef6f259f71488f8576c95f9aae15b37e83131208..05e34bb415463d9f84a2799fcf3c12e49a27ede0 100644
|
| --- a/chrome/browser/tab_contents/tab_contents.h
|
| +++ b/chrome/browser/tab_contents/tab_contents.h
|
| @@ -1346,6 +1346,9 @@ class TabContents : public PageNavigator,
|
| // All the IPC message filters for this render view.
|
| std::vector<IPC::Channel::Listener*> message_filters_;
|
|
|
| + // Whether the render process ran out of memory.
|
| + bool render_process_ran_out_of_memory_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(TabContents);
|
| };
|
|
|
|
|