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

Unified Diff: chrome/browser/shell_integration.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/shell_integration.h
===================================================================
--- chrome/browser/shell_integration.h (revision 30691)
+++ chrome/browser/shell_integration.h (working copy)
@@ -17,7 +17,6 @@
#endif
class FilePath;
-class MessageLoop;
class ShellIntegration {
public:
@@ -126,9 +125,6 @@
DefaultBrowserObserver* observer_;
- MessageLoop* ui_loop_;
- MessageLoop* file_loop_;
-
DISALLOW_COPY_AND_ASSIGN(DefaultBrowserWorker);
};
};

Powered by Google App Engine
This is Rietveld 408576698