| Index: chrome/browser/tab_contents/render_view_host_manager.h
|
| diff --git a/chrome/browser/tab_contents/render_view_host_manager.h b/chrome/browser/tab_contents/render_view_host_manager.h
|
| index e06380c6db1f6a865ce89afe0e4b3181a95716c2..682351264cf7c909e2667a75b422cb1d7c8a4f7f 100644
|
| --- a/chrome/browser/tab_contents/render_view_host_manager.h
|
| +++ b/chrome/browser/tab_contents/render_view_host_manager.h
|
| @@ -244,10 +244,6 @@ class RenderViewHostManager : public NotificationObserver {
|
| RenderViewHost* pending_render_view_host_;
|
| scoped_ptr<DOMUI> pending_dom_ui_;
|
|
|
| - // Records whether the navigation was cancelled, but we are leaving the
|
| - // pending_render_view_host_ around in consideration of the download system.
|
| - bool pending_renderer_aborted_;
|
| -
|
| // The intersitial page currently shown if any, not own by this class
|
| // (the InterstitialPage is self-owned, it deletes itself when hidden).
|
| InterstitialPage* interstitial_page_;
|
|
|