- The FindProfile class was only for Chrome implemented => removed
- Having ProfileBookmarks and Profile class is unnecessary, especially because they are only needed for Chrome
- Better error handling
Details
Details
Diff Detail
Diff Detail
- Repository
- R120 Plasma Workspace
- Branch
- api_inconsistencies (branched from master)
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 27060 Build 27078: arc lint + arc unit
Comment Actions
Commented code should be removed.
runners/bookmarks/browsers/chromeprofile.h | ||
---|---|---|
12 | You can move contructor to private section, that will make all things clear, findAllProfiles should be the only one allowed creator. |