@PhistucK
I played with code inside:
- chrome/browser/importer/importer_list.cc and
- chrome/browser/importer/in_process_importer_bridge.cc
The problem is that even if I succeed importing those notifications settings, I assume I still won't be able to receive notifications, because they are sent by each website using
service workers (some .js files which are pushed by the page you enable notifications on)
The question was: do you think there is a way to also import those service workers specific to each website and add them here:
chrome://serviceworker-internals/ ? I don't fully understand importing and service workers mechanisms. Do you know if that import is technically possible?
I might have landed on the wrong place, but import code is chromium cpp code and the group is called chromium-dev. So I thought I could present my idea here.