Searched defs:firefox (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/chrome/browser/importer/
H A Dimporter_list.cc82 // Ignores old versions of firefox.
86 importer::SourceProfile* firefox = new importer::SourceProfile; local
87 firefox->importer_name = GetFirefoxImporterName(app_path);
88 firefox->importer_type = firefox_type;
89 firefox->source_path = profile_path;
91 firefox->app_path = GetFirefoxInstallPathFromRegistry();
93 if (firefox->app_path.empty())
94 firefox->app_path = app_path;
95 firefox->services_supported = importer::HISTORY | importer::FAVORITES |
98 firefox
[all...]

Completed in 112 milliseconds