| Index: chrome/browser/renderer_host/render_process_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_process_host.h (revision 13189)
|
| +++ chrome/browser/renderer_host/render_process_host.h (working copy)
|
| @@ -188,10 +188,6 @@
|
| // The maximum page ID we've ever seen from the renderer process.
|
| int32 max_page_id_;
|
|
|
| - // Indicates whether we have notified that the process has terminated. We
|
| - // only want to send this out once.
|
| - bool notified_termination_;
|
| -
|
| private:
|
| int pid_;
|
|
|
|
|