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

Unified Diff: chrome/browser/importer/importer_bridge.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
Index: chrome/browser/importer/importer_bridge.h
diff --git a/chrome/browser/importer/importer_bridge.h b/chrome/browser/importer/importer_bridge.h
index 5b3095f773c569437033f39e9417160e52fb6c7b..ce302f41ac6f561e3bb10fe9756af10e4a8b48ef 100644
--- a/chrome/browser/importer/importer_bridge.h
+++ b/chrome/browser/importer/importer_bridge.h
@@ -24,9 +24,6 @@ namespace importer {
struct URLKeywordInfo;
}
-// TODO: remove this, see friend declaration in ImporterBridge.
-class Toolbar5Importer;
-
namespace content {
struct PasswordForm;
}
@@ -84,10 +81,6 @@ class ImporterBridge : public base::RefCountedThreadSafe<ImporterBridge> {
protected:
friend class base::RefCountedThreadSafe<ImporterBridge>;
- // TODO: In order to run Toolbar5Importer OOP we need to cut this
- // connection, but as an interim step we allow Toolbar5Import to break
- // the abstraction here and assume import is in-process.
- friend class Toolbar5Importer;
virtual ~ImporterBridge();
« no previous file with comments | « chrome/browser/importer/external_process_importer_client.cc ('k') | chrome/browser/importer/importer_data_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698