Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1237)

Unified Diff: chrome/browser/tab_contents/render_view_host_manager.h

Issue 155157: Revert r19752 (Closed)
Patch Set: pre CR Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698