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

Unified Diff: chrome/browser/importer/importer_list.h

Issue 18120005: Remove Google Toolbar importer (aka google.com/bookmarks importer). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: -explicit Created 7 years, 6 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
« no previous file with comments | « chrome/browser/importer/importer_host.cc ('k') | chrome/browser/importer/importer_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/importer/importer_list.h
diff --git a/chrome/browser/importer/importer_list.h b/chrome/browser/importer/importer_list.h
index 1241240bee0da6d185dd84848fb5e42a038ccde2..7777c4e8b98d8d5dde12989f42bc0c63028997e4 100644
--- a/chrome/browser/importer/importer_list.h
+++ b/chrome/browser/importer/importer_list.h
@@ -13,7 +13,6 @@
#include "base/memory/scoped_vector.h"
#include "base/strings/string16.h"
#include "content/public/browser/browser_thread.h"
-#include "net/url_request/url_request_context_getter.h"
namespace importer {
class ImporterListObserver;
@@ -22,7 +21,7 @@ struct SourceProfile;
class ImporterList : public base::RefCountedThreadSafe<ImporterList> {
public:
- explicit ImporterList(net::URLRequestContextGetter* request_context_getter);
+ ImporterList();
// Detects the installed browsers and their associated profiles, then stores
// their information in a list. It returns the list of description of all
@@ -77,9 +76,6 @@ class ImporterList : public base::RefCountedThreadSafe<ImporterList> {
// The list of profiles with the default one first.
ScopedVector<importer::SourceProfile> source_profiles_;
- // Needed for Google Toolbar Import to connect to Toolbar server.
- scoped_refptr<net::URLRequestContextGetter> request_context_getter_;
-
// The ID of the thread DetectSourceProfiles() is called on. Only valid after
// DetectSourceProfiles() is called and until SourceProfilesLoaded() has
// returned.
« no previous file with comments | « chrome/browser/importer/importer_host.cc ('k') | chrome/browser/importer/importer_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698