Home | History | Annotate | Download | only in importer

Lines Matching refs:Importer

16 namespace importer {
21 class Importer : public base::RefCountedThreadSafe<Importer> {
25 // import, the importer should invoke ImporterHost::NotifyImportEnded() to
27 virtual void StartImport(const importer::SourceProfile& source_profile,
46 friend class base::RefCountedThreadSafe<Importer>;
48 Importer();
49 virtual ~Importer();
63 // True if the importer is created in the first run UI.
66 // Whether bookmark bar is disabled (not shown) for importer. This is set
67 // true during first run to prevent out of process bookmark importer from
74 DISALLOW_COPY_AND_ASSIGN(Importer);