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

Unified Diff: chrome/browser/importer/importer.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/importer/importer.h
===================================================================
--- chrome/browser/importer/importer.h (revision 30691)
+++ chrome/browser/importer/importer.h (working copy)
@@ -21,7 +21,6 @@
#include "googleurl/src/gurl.h"
class ImporterBridge;
-class MessageLoop;
class TemplateURL;
struct IE7PasswordInfo;
@@ -158,10 +157,6 @@
ImporterHost();
~ImporterHost();
- // This constructor only be used by unit-tests, where file thread does not
- // exist.
- explicit ImporterHost(MessageLoop* file_loop);
-
// BookmarkModelObserver methods.
virtual void Loaded(BookmarkModel* model);
virtual void BookmarkNodeMoved(BookmarkModel* model,
@@ -293,9 +288,6 @@
// The importer used in the task;
Importer* importer_;
- // The message loop for reading the source profiles.
- MessageLoop* file_loop_;
-
// True if we're waiting for the model to finish loading.
bool waiting_for_bookmarkbar_model_;

Powered by Google App Engine
This is Rietveld 408576698