| Index: chrome/browser/renderer_host/browser_render_process_host.h
|
| diff --git a/chrome/browser/renderer_host/browser_render_process_host.h b/chrome/browser/renderer_host/browser_render_process_host.h
|
| index b8a5c541d60cfc6ef01d2c7c2f83b823121b8c41..556ba05ae79ab56762a79fcccb2ab7e6d4d92aa4 100644
|
| --- a/chrome/browser/renderer_host/browser_render_process_host.h
|
| +++ b/chrome/browser/renderer_host/browser_render_process_host.h
|
| @@ -166,6 +166,9 @@ class BrowserRenderProcessHost : public RenderProcessHost,
|
| // True iff the renderer is a child of a zygote process.
|
| bool zygote_child_;
|
|
|
| + // True if FastShutdownIfPossible was called and was successful.
|
| + bool fast_shutdown_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(BrowserRenderProcessHost);
|
| };
|
|
|
|
|