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

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

Issue 345037: Fifth patch in getting rid of caching MessageLoop pointers. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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/interstitial_page.h
===================================================================
--- chrome/browser/tab_contents/interstitial_page.h (revision 30691)
+++ chrome/browser/tab_contents/interstitial_page.h (working copy)
@@ -15,7 +15,6 @@
#include "chrome/common/renderer_preferences.h"
#include "googleurl/src/gurl.h"
-class MessageLoop;
class NavigationEntry;
class TabContents;
class TabContentsView;
@@ -199,8 +198,6 @@
// interstitial is hidden.
std::wstring original_tab_title_;
- MessageLoop* ui_loop_;
-
// Our RenderViewHostViewDelegate, necessary for accelerators to work.
scoped_ptr<InterstitialPageRVHViewDelegate> rvh_view_delegate_;

Powered by Google App Engine
This is Rietveld 408576698