Closed
Bug 1605882
Opened 6 years ago
Closed 6 years ago
createImportedBookmarksFolder callers hard-code their sourceNameStr so subclasses get the wrong name
Categories
(Firefox :: Migration, defect, P2)
Firefox
Migration
Tracking
()
RESOLVED
DUPLICATE
of bug 1216186
People
(Reporter: MattN, Unassigned)
References
(
URL
)
Details
Callers of MigrationUtils.createImportedBookmarksFolder(…) hard-code their first argument rather than getting it from the class instance. This means that all of the subclasses of ChromeProfileMigrator all end up with the bookmark folder "From Google Chrome" instead of Chromium/Canary/etc.
| Reporter | ||
Updated•6 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•